Re: User abort/stop, modperl 2 and TCP FIN / RST?

2012-06-11 Thread Peter Valdemar Mørch
On Mon, Jun 11, 2012 at 12:29 PM, André Warnier wrote: > Just my two cent, maybe just to dampen your expectations a little bit. > This topic is probably as old as the WWW itself, and there just is no magic > bullet here. ... > But if your ultimate aim is to find a way where instant detection is >

unsubscribe

2012-06-11 Thread Stuart Young
On Jun 11, 2012, at 5:33 PM, Peter Valdemar Mørch wrote: > On Mon, Jun 11, 2012 at 6:39 PM, Randolf Richardson > wrote: >> Have you've already experimented with the Timeout directive? If >> not, then I suggest you start with this directive before using the >> KeepAlive and KeepAliveTimeout dir

Re: User abort/stop, modperl 2 and TCP FIN / RST?

2012-06-11 Thread Peter Valdemar Mørch
On Mon, Jun 11, 2012 at 6:39 PM, Randolf Richardson wrote: > Have you've already experimented with the Timeout directive?  If > not, then I suggest you start with this directive before using the > KeepAlive and KeepAliveTimeout directives: > >                http://httpd.apache.org/docs/current/mo

Re: User abort/stop, modperl 2 and TCP FIN / RST?

2012-06-11 Thread Jeff Trawick
On Mon, Jun 11, 2012 at 12:39 PM, Randolf Richardson wrote: >                 > http://httpd.apache.org/docs/current/mod/core.html#keepalivetimeout > >        Note:  The KeepAliveTimeout directive is only available starting > with Apache HTTPd v2.3.2. It is ancient. 2.3.2 brought the ability to

Re: User abort/stop, modperl 2 and TCP FIN / RST?

2012-06-11 Thread Randolf Richardson
> Peter Valdemar Mørch wrote: > > Hi, > > > > I'm trying to find out how to detect user hitting 'stop' aka 'abort' > > in modperl 2. I found documentation on how it works in modperl 1 ( > > http://perl.apache.org/docs/1.0/guide/debug.html#Detecting_Aborted_Connections > > - short version: $r->print

Re: User abort/stop, modperl 2 and TCP FIN / RST?

2012-06-11 Thread André Warnier
Peter Valdemar Mørch wrote: Hi, I'm trying to find out how to detect user hitting 'stop' aka 'abort' in modperl 2. I found documentation on how it works in modperl 1 ( http://perl.apache.org/docs/1.0/guide/debug.html#Detecting_Aborted_Connections - short version: $r->print returns success and $r

Re: User abort/stop, modperl 2 and TCP FIN / RST?

2012-06-11 Thread Peter Valdemar Mørch
Thanks for your reply! On Mon, Jun 11, 2012 at 9:16 AM, Steve Hay wrote: > it would certainly be worth upgrading to 2.0.6 or 2.0.7 to see if that helps > you. As pr. your suggestion I've installed a fresh debian testing/wheezy system that runs these versions: # dpkg-query -W | grep apache2 apa

RE: User abort/stop, modperl 2 and TCP FIN / RST?

2012-06-11 Thread Steve Hay
Peter Valdemar Mørch wrote on 2012-06-10: > Hi, > > I'm trying to find out how to detect user hitting 'stop' aka 'abort' in > modperl 2. I found documentation on how it works in modperl 1 ( > http://perl.apache.org/docs/1.0/guide/debug.html#Detecting_Aborted_Co > nnections - short version: $r->pri