$CBAS, I wanted to (still want to) find a good answer to this myself, so I did a little bit of research not too long ago..

Unfortunately, given that you have limited money (as I did), there really aren't very many options available to you..

First of all, you may want to read about ISAPI Perl.. ActiveState Perl ships with an ISAPI module, and this has some advantages over a simple CGI script and external Perl interpreter..

Another thing you can try (sorry, but this costs $$$) is PerlEx.. Its not as expensive as some "optimizers", but it does cost quite a bit, so YMMV :o)

Now, onto other stuff, I'd strongly urge you to reconsider Apache, even for Win32.. I run an Apache server on Win2000, and while its not the fastest, it handles moderate (100 concurrent users) load quite happily.. Note that Apache 2.0 (still in beta) promises to deliver equivalent performance to non Unix platforms, so this is also something to look out for...Look here for more details...

Finally, you can get mod_perl binaries for Win32 from this location.
HTH


In reply to Re: mod_perl equivalent for IIS? by tinman
in thread mod_perl equivalent for IIS? by $CBAS

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.