Re: modperl and comet?

2010-04-17 Thread Michael Ludwig
E R schrieb am 16.04.2010 um 15:37:44 (-0500): [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

modperl and comet?

2010-04-16 Thread E R
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

Re: modperl and comet?

2010-04-16 Thread Octavian Rasnita
From: E R pc88m...@gmail.com 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

Re: modperl and comet?

2010-04-16 Thread William A. Rowe Jr.
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 the

Re: modperl and comet?

2010-04-16 Thread Perrin Harkins
On Fri, Apr 16, 2010 at 4:37 PM, E R pc88m...@gmail.com 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