There are two things that I'm not quite clear about:
1) why do we select/unselect perl interpreters in
modperl_response_handler_cgi(), but not in modperl_response_handler()?
2) modperl_interp_unselect runs modperl_config_request_cleanup(), which
happens every time any stage handlers are run and select/unselect happens.
Was modperl_config_request_cleanup() intended for something else? The comment
says:
/* any per-request cleanup goes here */
We definitely don't want to run cleanup handlers at any of these stages.
(notice that I've added the call for running PerlCleanupHandlers there, but
pnotes were already cleaned up there.)
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
