From: William M. <wi...@kn...> - 2004-01-13 02:46:02
|
Hi all, The recent discussions about not repeatedly calling the init (or easy_init) functions when running in modperl environments bring up an issue that I had not considered. I use CGI::Application for web development. It has cgi instance scripts that invoke modules to allow for modular web applications. These scripts are handled with Apache::Registry for performance improvement. I do not believe there is any way to have the init function only called once within this framework. So far, I have not noticed any problems with repeatedly calling init on each cgi access. Are there any other CGI::App users here who can shed some light on this issue? Thanks, William -- Knowmad Services Inc. http://www.knowmad.com |