Jan Dubois wrote: > Note that you still must make sure all modules used under PerlIS are > thread-safe because the threads for one application pool all run within > a single process. So if you have a Perl module with XS code that stores > information in a static C variable, then you still have a race condition > when 2 requests are processed in parallel.
Wowzer. OK, then I've misunderstood the requirements. So basically, if you are stuck with a module that is *not* thread-safe, you would need to have it run by old-fashioned CGI, or alternatively, in a PerlEx pool with only a single interpreter? Best regards Henning Michael Møller Just _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
