RE: IIS/Perl - best combination?

Henning Michael Møller Just <[email protected]>
Newsgroups gmane.comp.lang.perl.active-perl
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.