Hi all,

I need to find out if Perl CGI can be made to run persistently on Windows 2008 with IIS 7.5.

By "persistently", I mean that the Perl CGI script is interpreted once, then serves multiple HTTP requests in a row, while preserving in-memory data between requests (i.e., allowing for massive performance gains).

If this can be done, I will gladly pay $500 cash to the first person who can show me how. Showing me will consist of 1.) replying with some explanation of how _you_personally_ have gotten it to work and then 2.) I will give you an RDP login to a W2008 server and you will set it up.

Lots of technologies have promised persistent Perl CGI on Windows -- PerlEx, Perl ISAPI, FastCGI -- but none of them actually work (per my extensive online research & testing). Perhaps my problem is that the true experts who know how to do this aren't the ones writing newbie online tutorials and participating in forums... thus my $500 offer. I would really appreciate it if somebody could illustrate if/how this can be done.

Thanks, abcperl5


In reply to can Perl-CGI run persistently on Windows 2008 with IIS 7.5? how? by abcperl5

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.