[MTOS-dev] Roadmap and mod-perl/FCGI
Chad Everett
2008 at everitz.com
Thu Apr 3 03:54:27 PDT 2008
I'll second that disclaimer - this isn't my strong suit - but I'd think
that would work. Essentially a "persistent environment bootstrap" that
USEs everything should mean that the require statements effectively
don't do anything, because the modules have already been loaded,
rendering them moot. If this is only called in the persistent world, it
shouldn't affect the non-persistent environment.
--
Chad Everett
Everitz Consulting
Timothy Appnel wrote:
> Perhaps there is a compromise though. If the mod_perl and FastCGI
> handler were in a separate module that would only be loaded and
> compiled when running under those environments, couldn't that routine
> do a "use" of any modules when initialized so that the requires for
> CGI users are generally ignored. (Warning: Perl internals and
> especially mod_perl are not the strongest topic or me.)
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.sixapart.com/pipermail/mtos-dev/attachments/20080403/9ad63633/attachment.html
More information about the MTOS-dev
mailing list