in reply to Re^4: Perl needs Zend (mod_perl vs. fastcgi)
in thread Perl needs Zend

Oh, yes, that's one thing in that post which I didn't set right - the "primitive process management facility" is quite complete, actually.

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}
  • Comment on Re^5: Perl needs Zend (mod_perl vs. fastcgi)

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
    As you say
    I didn't say, I was asking if my guesses were correct. :-)

    Thanks for the informative answer! If even BrowserUK didn't know, maybe the differences fastcgi/mod_perl should go into a FAQ/tutorial?

      BerntB++ - I'll write one (but not before end of november). Well, I plan to write one... ;-) <update> no time for that now.. </update>

      --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}