With the lateste version of ActiveState Perl and IIS 6.0 is CGI implemented as invocing a new process that reads compiles and executes the Perl code on each request of the CGI script?
Or is does ActiveState implement a "in process" model that does not have to create a new process to handle the request.
I would agree that Perl is powerful. I just want to plan and know how to accomadate a web site that has a high volume of requests?
How does CGI handle 1000 request of a cgi script in say a two minute time span?
What causes a CGI process to terminate?
Can someone direct me to documentation on this.
Thank you for your time.