On Wed, 7 Jul 2004, Alex Mikhajlichenko wrote: > Did you made some additional tuning your script or your web server to > avoid a buffering?
No, I didn't. But I'm running under mod_perl which turns each print into a $r->print() call. I'm sure there's some buffering going on, but not enough to effect what I'm doing. > I've tried repeat your example. When I started it from console, it > works ok; it prints incremental result step by step. But when I > started it from browser, it still waits and returns result all as > whole. That's odd. Maybe try putting some newlines in the output? -sam --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
