RE: flushing appears to be broken with perl 5.6.0

2001-01-08 Thread Sheth, Niraj
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

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; > $r->se