in reply to multithreading mod_perl on Windows NT

Most people report that serialized mod_perl on NT is still much faster than IIS using Perl as CGI or ASP with PerlScript. If it really won't work for you PerlEx is probably the best option. However, there's also VelociGen which offers a FastCGI-like system that runs on NT with IIS or Netscape servers.
  • Comment on Re: multithreading mod_perl on Windows NT

Replies are listed 'Best First'.
Re: Re: multithreading mod_perl on Windows NT
by alien_life_form (Pilgrim) on Sep 19, 2001 at 15:17 UTC
    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

      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.