Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^4: Perl needs Zend (mod_perl vs. fastcgi)

by blazar (Canon)
on Oct 22, 2006 at 17:26 UTC ( [id://579877]=note: print w/replies, xml ) Need Help??


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

  1. mod_perl has access to the apache api and hooks for each phase of a request
  2. fastcgi is basically a scheduler for perl server programs that communicate with the web server via sockets, so the only coupling between apache and fastcgi is on the I/O layer

OTOH AIUI mod_perl is an apache thing, while as you say, FastCGI has to do with "communicate with the web server via sockets", where "the web server" is not necessarily bound to be apache, and indeed I've heard very very good comments from web-dev-knowledgeable people about LightTPD in these respects.

  • Comment on Re^4: Perl needs Zend (mod_perl vs. fastcgi)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://579877]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-26 02:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found