>
> So, does that still leave mod_perl serializing access until
> everything is rewritten to be thread-safe?
>

No, mod_perl 2.0 assign a "full" Perl interpreter to every Apache thread. So
the Perl modules itself need not to be thread safe. Perl 5.6 has some nice
features to clone a Perl interpreter in a efficent way (syntax tree of
modules (loaded before clone) is used by all cloned Perl interpreters, while
the data is separate for all cloned Perl interpreters). mod_perl 2.0 get
manages a pool of cloned Perl interpreters which is assigns as neccessary to
the Apache threads.

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------

Reply via email to