Perrin Harkins wrote:
On Tue, 2004-05-18 at 10:41, Tom Williams wrote:
Thanks for the info. I'm responding off the list since my mod_perl
questions have basically been answered.
You really should keep these questions on the list. Others on there are
much more knowledgeable than I am about threads.
So, based on your distinction above for each multi-threaded child
process that is running that process will have 25 Perl interpreters, one
per thread in each process? Or does each multi-threaded process get a
Perl interpreter that is shared among the threads in each process?
There is one interpreter per thread. You can actually set that so that
there are fewer interpreters than threads, but that just means that if a
request comes in that needs mod_perl for processing and all interpreters
are busy, it will wait for one. This is all explained in the mod_perl 2
docs.
- Perrin
Thanks for all the info! :)
Peace...
Tom
--
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