Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Turning off buffering ($|=1) doesn't work on Apache server

by osunderdog (Deacon)
on Feb 27, 2007 at 13:04 UTC ( [id://602291]=note: print w/replies, xml ) Need Help??


in reply to Turning off buffering ($|=1) doesn't work on Apache server

You are correct. Turning off buffering does not directly affect what you see in the browser. When apache receives your request from a browser, it invokes your perl script. Once that perl script has completed, the output is sent back to the browser.

You can't compare the behavior of you program on STDOUT to the behavior of your program on apache.

Hazah! I'm Employed!

  • Comment on Re: Turning off buffering ($|=1) doesn't work on Apache server

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://602291]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-25 08:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found