oh, and I have to try it with mod_perl 2.0.
Phillipe and I have tried it under mp2 and it seems to work too. I've seen some quirks when stress testing, but this could be some glitches in the mod_perl 2.0 worker mpm.
One note though, if you test it with worker mpm: if you don't boot threads.pm in the process that runs the code, calls like threads->self; will segfault. But this has nothing to do with DBI::Pool. I'm looking at that problem. p5p should plug the segfault, mp2 should somehow inherit the thread's context or may be it's a bug in perl_clone(), which doesn't clone that info. more on this at p5p.
__________________________________________________________________ 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
