Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: FastCGi on IIS... The tale of Microsoft and my new Perl Module...

by doink123 (Sexton)
on Oct 19, 2007 at 19:03 UTC ( [id://646052]=note: print w/replies, xml ) Need Help??


in reply to Re^2: FastCGi on IIS... The tale of Microsoft and my new Perl Module...
in thread FastCGi on IIS... The tale of Microsoft and my new Perl Module...

Why another fastcgi module? FCGI is working perfectly on windows (with the new fastcgi implementation for iis 5 and 6). You can't just pick a random cgi script and expect it to work with fastcgi - it's not possible. Apache::Registry was designed to do this, it has been improved for years and it still has some special cases.

BTW, PerlEx is available and comes bundled with the ActivePerl disto. PerlEx is now free as ActivePerl.

BTW2, if you are going to use fastcgi on windows make sure to compile your own perl with ITHREADS disabled. They are useless with fastcgi and you will gain about 20% boost in performance. ActivePerl has ITHREADS enabled.
  • Comment on Re^3: FastCGi on IIS... The tale of Microsoft and my new Perl Module...

Replies are listed 'Best First'.
Re^4: FastCGi on IIS... The tale of Microsoft and my new Perl Module...
by perrin (Chancellor) on Oct 19, 2007 at 20:05 UTC
    I think PerlEx is no longer maintained.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://646052]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 19:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found