|
|
| "be consistent" | |
| PerlMonks |
Re: forking w/ mod_perl and DBIby andreychek (Parson) |
| on Oct 13, 2001 at 05:18 UTC ( #118615=note: print w/ replies, xml ) | Need Help?? |
|
There was an excellent article on this very subject in Apache Today titled Improving mod_perl Driven Site's Performance -- Part VI: Forking and Executing Subprocesses from mod_perl. In this case, this Apache process isn't freed up to handle another request, but it also isn't causing you the overhead of another fork. However, they do say that there are some cases where forking is necessary, and take you through proper steps to do so. Good luck! -Eric
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||