Re: Handling the 'User pressed Stop button' case - not working

2001-05-26 Thread Issac Goldstand
- Original Message - From: John Hurst [EMAIL PROTECTED] To: Matthew Darwin [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, May 26, 2001 12:00 AM Subject: Re: Handling the 'User pressed Stop button' case - not working Matthew Darwin wrote: On Sat, 26 May 2001, Stas Bekman wrote

Re: Handling the 'User pressed Stop button' case - not working

2001-05-25 Thread Stas Bekman
On Fri, 25 May 2001, Matthew Darwin wrote: I've been following the documentation at http://www.perldoc.com/cpan/Apache/Example.html#Handling%20the%20'User%20pressed%20Stop%20button'%20case I've written a test perl module that implements the code to handle the case when the user presses

Re: Handling the 'User pressed Stop button' case - not working

2001-05-25 Thread Matthew Darwin
On Sat, 26 May 2001, Stas Bekman wrote: You right. It seems that mod_proxy won't abort on SIGPIPE. So how can I get it to without breaking everything else? Any ideas? I have a process that takes 2-3 minutes to run before the user gets any any output. I tell them to wait, but they get

Re: Handling the 'User pressed Stop button' case - not working

2001-05-25 Thread John Hurst
Matthew Darwin wrote: On Sat, 26 May 2001, Stas Bekman wrote: You right. It seems that mod_proxy won't abort on SIGPIPE. So how can I get it to without breaking everything else? Any ideas? I have a process that takes 2-3 minutes to run before the user gets any any output. I tell

RE: mod_perl and Apache::SIG User pressed Stop button Case

2001-03-12 Thread Dave . Clarke
-Original Message- From: Stas Bekman [SMTP:[EMAIL PROTECTED]] Sent: Saturday, March 10, 2001 11:17 PM To: Raphael Arlitt Cc: [EMAIL PROTECTED] Subject: Re: mod_perl and Apache::SIG "User pressed Stop button" Case On 11 Mar 2001, Raphael Arlitt wrote: Hi

mod_perl and Apache::SIG User pressed Stop button Case

2001-03-10 Thread Raphael Arlitt
Hi, I need to get modperl scripts get stopped by apache when the user hits the Stop button in its browser. There is a section at http://www.perldoc.com/cpan/Apache/Example.html#Handling%20the%20'User%20pressed%20Stop%20button'%20case where exactly this is explained. Hm - they mention the

Re: mod_perl and Apache::SIG User pressed Stop button Case

2001-03-10 Thread Stas Bekman
On 11 Mar 2001, Raphael Arlitt wrote: Hi, I need to get modperl scripts get stopped by apache when the user hits the Stop button in its browser. There is a section at http://www.perldoc.com/cpan/Apache/Example.html#Handling%20the%20'User%20pressed%20Stop%20button'%20case where exactly

Re: User pressed stop?

2000-07-04 Thread Eric Cholet
Every so often I get: Broken pipe: client stopped connection before rflush completed In my error log. Is that the "user pressed stop" condition? AxKit just sends raw files (unless in no_cache mode), i.e. it sets $r-filename() and then returns DECLINED. Do I need to handle this

User pressed stop?

2000-07-03 Thread Matt Sergeant
Every so often I get: Broken pipe: client stopped connection before rflush completed In my error log. Is that the "user pressed stop" condition? AxKit just sends raw files (unless in no_cache mode), i.e. it sets $r-filename() and then returns DECLINED. Do I need to handle this, or