Re: Flushing

2003-07-14 Thread Stas Bekman
Oskar wrote: Hi, I have script that is doing some time consuming operations hence have set $|=1 to disable buffering. It works correctly in command line but when I run it as cgi it does buffers everything and flushing does not work. After reaching timeout limit it displays server error. I have

Flushing

2003-07-06 Thread Oskar
Hi, I have script that is doing sometime consuming operations hence have set $|=1 to disable buffering. It works correctly in command line but whenI run it as cgi it does buffers everything and flushing does not work. After reaching timeout limit it displays server error. I have apache 1.3

Re: Flushing

2003-07-06 Thread Ged Haywood
Hello there, On Sun, 6 Jul 2003, Oskar wrote: I have script that is doing some time consuming operations This has been discussed many times on the List, check the archives. 73, Ged.

flushing appears to be broken with perl 5.6.0

2001-01-08 Thread Stas Bekman
Hi, This simple Apache::Registry script is supposed to print the PID and then hang, it used to work with older mod_perl/perl versions, it doesn't print the PID now -- rflush doesn't seem to work. (neither $|=1 works) my $r = shift; $r-send_http_header('text/plain'); $r-print("PID =

Re: flushing appears to be broken with perl 5.6.0

2001-01-08 Thread Stas Bekman
On Mon, 8 Jan 2001, Stas Bekman wrote: Hi, This simple Apache::Registry script is supposed to print the PID and then hang, it used to work with older mod_perl/perl versions, it doesn't print the PID now -- rflush doesn't seem to work. (neither $|=1 works) my $r = shift;

RE: flushing appears to be broken with perl 5.6.0

2001-01-08 Thread Sheth, Niraj
I am sure there are some other more efficient solutions which I don't know, but would like to know. -Niraj -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Monday, January 08, 2001 11:18 AM To: mod_perl list Subject: Re: flushing appears to be broken with perl 5.6.0 On Mon,

Re: Flushing handler getting Open Sourced...

2000-08-09 Thread Andrew Chen
Yeah, that sounds about right... It's not at either extreme-- it doesn't keep EVERYTHING, and it doesn't kill the Apache child to clear the memory. I'm sure the exact directives can be thought out later. So who do I get in touch with in order for this stuff to get looked at for inclusion into

Re: Flushing handler getting Open Sourced...

2000-08-09 Thread Ken Williams
This is the place. =) Submit a proposal for how you think PerlRun should change, and get people to discuss it so you can settle on something that seems good. Then submit a patch, preferably against the CVS version. [EMAIL PROTECTED] (Andrew Chen) wrote: Yeah, that sounds about right... It's

Flushing handler getting Open Sourced...

2000-08-08 Thread Andrew Chen
Hello all, I was involved in a discussion a few weeks ago regarding how Cobalt Group (www.cobaltgroup.com) could get a performance boost by running our very very dirty modules under PerlRun with PerlRunOnce Off and then to have a handler that cleaned up between requests. Anyway, with a lot of

Re: Flushing handler getting Open Sourced...

2000-08-08 Thread Ken Williams
[EMAIL PROTECTED] (Andrew Chen) wrote: Hello all, I was involved in a discussion a few weeks ago regarding how Cobalt Group (www.cobaltgroup.com) could get a performance boost by running our very very dirty modules under PerlRun with PerlRunOnce Off and then to have a handler that cleaned up