On Fri, Apr 16, 2010 at 4:37 PM, E R wrote:
> Is there a way that a web request can be passed off to another process
> without tying up the Apache process? For instance, can the Apache
> process pass the file descriptors for the HTTP connection to another
> process which would free itself up for h
On 4/16/2010 3:37 PM, E R wrote:
> I'm interested in adding a Comet capability to a (rather large)
> mod-perl application.
>
> To get around XSS limitations, the Comet service will have the same
> host and port as the web service. However, I don't want a large
> mod-perl process tied up performing
From: "E R"
Subject: modperl and comet?
> I'm interested in adding a Comet capability to a (rather large)
> mod-perl application.
>
> To get around XSS limitations, the Comet service will have the same
> host and port as the web service. However, I don't want a large
> mod-perl process tied up
I'm interested in adding a Comet capability to a (rather large)
mod-perl application.
To get around XSS limitations, the Comet service will have the same
host and port as the web service. However, I don't want a large
mod-perl process tied up performing the Comet service.
Is there a way that a we
On 10-03-25 17:36 , Rafael Caceres wrote:
> Hi All,
>
> I am migrating a server from apache 1.3 with mod_perl1 to apache 2.2.x
> with mod_perl2. The Apache2::Layout module used usefull as a
> replacement/starting-point for getting Apache::Sandwich functionality.
> The Apache2::Layout module compil
On Thu, Apr 15, 2010 at 8:17 PM, Brad Van Sickle wrote:
> What are you guys using to cluster the LVS servers? Is that functionality
> native to LVS?
There's a heartbeat system you can use for HA. If you look at the
docs for LVS you'll see info on it.
> Also, I've come across "fastcgi" a lot in