Posted to
IIS 7 - FastCGI Module
by
tbbatccc
on
04-02-2009, 3:55 PM
I currently have a site running on IIS 7.0 (and 6.0 in some places) that uses a PERL script in between the browser and the program that runs in the background. I am using Activestate perl.
When a web request is made, a PERL job is spawned, then when my background program runs, it also spawns a job, the background program ends, then the ...