You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "Eric L. Brine" <EL...@iname.com> on 2000/04/18 13:18:46 UTC

Re: [RFC] Do Not Run Everything on One mod_perl Server

It used to be one process for everything, or at least one application for
everything.  Then mod_perl comes in and people have started using a tiered
system (plain server + mod_perl server). Now you're talking about
individual application servers. Someday, maybe the script will load the
server instead of the other way around!

  use mod_perl (8080, 3);  #  (port, #processes)

Sorry, feeling philosophical this morning. Thanks for the report.
ELB

--
Eric L. Brine  |  Chicken: The egg's way of making more eggs.
ELB@iname.com  |  Do you always hit the nail on the thumb?
ICQ# 4629314   |  An optimist thinks thorn bushes have roses.

Re: [RFC] Do Not Run Everything on One mod_perl Server

Posted by Vivek Khera <kh...@kciLink.com>.
>>>>> "ELB" == Eric L Brine <EL...@iname.com> writes:

ELB> It used to be one process for everything, or at least one application for
ELB> everything.  Then mod_perl comes in and people have started using a tiered
ELB> system (plain server + mod_perl server). Now you're talking about
ELB> individual application servers. Someday, maybe the script will load the
ELB> server instead of the other way around!

I think the word "FastCGI" comes to mind... ;-)