In addition, you can read the CGI.pm documentation on the use of
Perl/CGI.pm with FastCGI and you'll be good to go with that get next
request technique.
At 08:14 AM 7/7/00 +0100, David Hodgkinson wrote:
>Dana Powers <[EMAIL PROTECTED]> writes:
>
> > FastCGI with perl may or may not be that fas
Dana Powers <[EMAIL PROTECTED]> writes:
> FastCGI with perl may or may not be that fast. I could be totally wrong here
> but I believe that FastCGI will be able to cache the perl runtime, but perl
> will still have to reload and recompile any scripts during every hit.
Not true.
You put some co
On Thu, 06 Jul 2000, Pramod Sokke wrote:
> >1) I installed apache with mod_perl - the speed increased.But I didn't
> >understand HOW mod_perl optimizes use of resources and increases speed ?
> >Does it share perl interpreter, script or anything else?
>
> The Perl runtime library is linked into th
>1) I installed apache with mod_perl - the speed increased.But I didn't
>understand HOW mod_perl optimizes use of resources and increases speed ?
>Does it share perl interpreter, script or anything else?
The Perl runtime library is linked into the server. The persistent
interpreter embedded in th