On Tue, 27 Mar 2001, DeWitt Clinton wrote:
> Which reminds me of something.  These cache objects are not currently
> thread safe.  When should I start expecting multi-threaded
> apache/mod_perl to become mainstream enough to warrant an overhaul of
> the code?  I imagine that nearly most Perl libraries are not thread
> safe, of course.  But code that will be used in mod_perl environments
> needs to be, right?

You can read all about it here:
http://www.apache.org/~dougm/modperl_2.0.html

The gist is that you probably don't need to change any Perl code, but some
XS modules on CPAN may have to change.

- Perrin

Reply via email to