Re: Strange behaviour with Pseudo-Proxy script

2010-09-09 Thread Michael Ludwig
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 p

RE: Strange behaviour with Pseudo-Proxy script

2010-09-09 Thread Winfried Neessen
Hi again, I was able to figure out the problem on my own. 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. Regards Winni -Original Message- From: Winfried Neessen

RE: Strange behaviour with Pseudo-Proxy script

2010-09-09 Thread Winfried Neessen
Hi again, sorry forgot Proxy/Sender.pm in my last mail. http://dokuleser.privatepaste.com/05e9b4f124/QHvZO0RMoi Winni -Original Message- From: Winfried Neessen [mailto:nees...@cleverbridge.com] Sent: Thursday, September 09, 2010 11:07 AM To: modperl@perl.apache.org Subject: RE: Strange

RE: Strange behaviour with Pseudo-Proxy script

2010-09-09 Thread Winfried Neessen
Hi Fred, here is the code: Proxy.pm: http://dokuleser.privatepaste.com/dd9f56cb09/vu0bxLIICY Proxy/AppServer.pm: http://dokuleser.privatepaste.com/36b60ba9e2/byzjGiLki0 Proxy/Header.pm: http://dokuleser.privatepaste.com/e306920a14/rhxc8kRUFB Thanks Winni -Original Message- From: Fred Mo