in reply to Re: multithreading mod_perl on Windows NT
in thread multithreading mod_perl on Windows NT

Greetings.

That may well be, but the problem is that my application runs queries against another application - and these can take a very long time (one of these can last minutes, and here startup/compilation times do not matter much).

In these cases, mod_perl's serializing behaviour freezes everybody else out,which is wholly unacceptable.

As a matter of fact, I am somewhat embittered that this fundamental flaw of mod_perl on win32 is not stated more clearly on the module packaging (so to speak).

Yes, apache.org warns about win32 being not on par with Unix, however this type of shortcoming would appear to warrant a little bit more detail, would'nt it?

Cheers, alf

  • Comment on Re: Re: multithreading mod_perl on Windows NT

Replies are listed 'Best First'.
Re: Re: Re: multithreading mod_perl on Windows NT
by perrin (Chancellor) on Sep 19, 2001 at 16:08 UTC
    Yes, it should probably be pointed out in the mod_perl README. Since Win32 support is relatively new and since none of the documentation maintainers use it, that part of the documentation sometimes suffers. Most of the Win32 support is given on the mailing list, where some people with a lot of knowledge on the subject answer newbie questions.

    The best thing to do would be to send documentation suggestions to Stas Bekman (stas@stason.org) who leads the documentation effort.