Philip M. Gollucci wrote:
Its been about 6 years since I've tried anything mod_perl windows related, but I recall that some of the startup.pl files of that time loaded LibXML and related by default. You might have been loading it and just not using it.

The related problem on windows is that mod_perl is running on a multi-threaded environment (not the case on unix in standard installation). The example of LibXML should not confused the real problem:

In the list of all modules you are using in your application, are you sure that all modules are thread-safe ? If only one is not thread-safe, you may encounter an error at a time while running your application ?

I'd never found a way to configure apache 2 + mod_perl 2 to work in a pre-forked environment on windows. Is there anyone who knows if it's possible ?

Stéphane

Reply via email to