Rod,

mod_perl 1.99 is still under development, and is not really recommended for production use. But Apache 1.36/mod_perl 1.0 on Windows is essentially a single-threaded, single-process application and while somewhat more stable, is not really recommended for production use either.

Personally I have used both the Apache 1.36/mod_perl 1.0/Win2K and Apache 2.0/mod_perl 1.99/Win2K in production, but on a pretty low traffic a site (nowhere near the hits you are getting). I was pretty much forced into it by our client, our app usually runs on Linux or BSD but they wanted Windows, and in the end, the client is always right :-P. Personally I would not recommend it at all, and have promised to fight tooth and nail the next time a client requests we deploy on Windows.

I would recommend moving to some form of UNIX instead of Win2K, you will likely see even better performance than you are seeing now. Although, this is just my opinion and experience, others may have had different results, so take what i say with a grain of salt.

-stvn

In reply to Re: Is mod_perl for Windoze not ready for prime time? by stvn
in thread Is mod_perl for Windoze not ready for prime time? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.