RE: Strange behaviour with Pseudo-Proxy script
"Winfried Neessen" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <018d01cb50df$b423b840$1c6b28c0$@com> |
No, not exactly... No autoflush -> buffered output -> weird performance issues. Winni -----Original Message----- From: Michael Ludwig [mailto:[email protected]] Sent: Thursday, September 09, 2010 8:41 PM To: [email protected] 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