>Well, in the beginning of every script, the $|=1 should be placed. Am i
>right?

Only if you really want that behavior. The trade off here is that you will not 
really be buffering your writes. If you only have a few, it probably fine, but 
if you have a lot, like a complicated web page, your script will be slower, 
because of the extra calls to flush.

Think of this analog: A waiter can take the dishes out one at a time, or take 
out a bunch on a tray. If there are five people in your party, he makes 5 
trips, or one.

Of course, if the dish needs to be as fresh as possible, maybe one plate per 
trip is the right thing.
-- 
We begin where we are.
http://www.hacksaw.org -- http://www.privatecircus.com -- KB1FVD



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to