Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: speed factor

by jbert (Priest)
on Nov 13, 2007 at 16:56 UTC ( [id://650540]=note: print w/replies, xml ) Need Help??


in reply to speed factor

Startup time isn't a factor for any modern language for web serving.

Any site taking a reasonable load will move to having persistent application processes. With perl, this is normally achieved with Apache mod_perl or FastCGI. The application server processes are then either long-lived and standalone (FastCGI) or the code is linked into the web server (mod_perl).

I think (not sure) that perl led the way in this sort of persistence (as it led the way for CGI processing before that) but most languages used in any kind of performance-sensitive web serving environment these days would use this model (or a related model where the web server itself is written in the language in question too, allowing the application code to be even more simply embedded and persistent).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-19 08:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found