How to handle long running requests without locking an apache worker

Hi,

some of you might find this one interesting:

http://foertsch.name/ModPerl-Tricks/req-hand-over.shtml

Torsten Förtsch

=2D-
Need professional modperl support? Hire me! (http://foertsch.name)

Like fantasy? http://kabatinte.net
torsten.foertsch [ Mo, 19 April 2010 17:58 ] [ ID #2039380 ]

Re: How to handle long running requests without locking an apacheworker

This will become very important as the PUSH capability of HTML5 gains
traction.

Maybe I should go read it again :)

Thanks Torsten!

Tosh



Torsten Förtsch wrote:
> Hi,
>
> some of you might find this one interesting:
>
> http://foertsch.name/ModPerl-Tricks/req-hand-over.shtml
>
> Torsten Förtsch
>

--
McIntosh Cooey - Twelve Hundred Group LLC - http://www.1200group.com/
Tosh Cooey [ Mi, 21 April 2010 13:41 ] [ ID #2039655 ]

Re: How to handle long running requests without locking an apacheworker

Am 19.04.2010 um 17:58 schrieb Torsten Förtsch:
> http://foertsch.name/ModPerl-Tricks/req-hand-over.shtml

Quoting from this page:

"One note at first, by the time of this writing the released modperl versio=
n is not able to do this by the reason that there is no interface to fetch =
the client socket. You'll have to use either the newest SVN version or appl=
y a simple patch. This is quite experimental stuff."

It is very interesting! Looking forward to its eventual release!

--
Michael.Ludwig (#) XING.com
Michael Ludwig [ Mi, 21 April 2010 14:16 ] [ ID #2039656 ]
Webserver » gmane.comp.apache.mod-perl » How to handle long running requests without locking an apache worker

Vorheriges Thema: Pre-processing the request body
Nächstes Thema: [mp2][doc][patch] minor documentation fixes