in reply to Re^4: Perl needs Zend (mod_perl vs. fastcgi)
in thread Perl needs Zend
As you say, fastcgi can be used to run a perl program as standalone server (e.g. apache directive FastCgiServer filename options) or pretty much like mod_perl, as multiple instances controlled by the process manager (dynamic mode, new processes are spawned as necesary up to a confiurable maximum).
--shmem
_($_=" "x(1<<5)."?\n".q·/)Oo. G°\ /
/\_¯/(q /
---------------------------- \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Perl needs Zend (mod_perl vs. fastcgi)
by BerntB (Deacon) on Oct 23, 2006 at 07:19 UTC | |
by shmem (Chancellor) on Oct 23, 2006 at 07:52 UTC |