Malcolm J Harwood wrote:
[...]
This works if you are using the pre-fork MPM (which I understand doesn't work well under Win32 due to limitations of NT).

It would seem that if you are using the worker MPM then it doesn't make a connection for each thread, just for the owning process. In which case you get the 'shared handle' error you saw.

Win32 doesn't use neither worker nor prefork, but winnt MPM (which is somewhat similar to worker mpm, i.e. using threads, but uses win32 specific guts). I guess Randy can explain more. I've never used it myself.


--
__________________________________________________________________
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

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to