No, not exactly...

No autoflush -> buffered output -> weird performance issues.


Winni


-----Original Message-----
From: Michael Ludwig [mailto:mil...@gmx.de] 
Sent: Thursday, September 09, 2010 8:41 PM
To: modperl@perl.apache.org
Subject: Re: Strange behaviour with Pseudo-Proxy script

Winfried Neessen schrieb am 09.09.2010 um 12:39 (+0200):
> After re-reading the mod_perl2 documentation of Apache2::RequestIO I
> figured that I forgot to enable autoflush on STDOUT, which causes the
> $r->print() call to be buffered. 

So to sum it up, no autoflush, hence no buffering, hence the performance
drop you mentioned in your original mail. Correct?

-- 
Michael Ludwig

Reply via email to