Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How to disable buffering ?

by targetsmart (Curate)
on Jun 03, 2009 at 06:42 UTC ( [id://767909]=note: print w/replies, xml ) Need Help??


in reply to How to disable buffering ?

well said by lakshmananindia ++

Why do you do select everytime on filehandles and then set $| to true, that is not a good idea
you can use IO::Handle or FileHandle modules to open the files and set autoflush on that handle to true, that will avoid using select everytime on different handles and setting $|=1

Instead of flushing the buffer can't we disable the buffering itself ?
buffering is our friend, saves a lot of time for us, so don't think our disabling buffering


Vivek
-- In accordance with the prarabdha of each, the One whose function it is to ordain makes each to act. What will not happen will never happen, whatever effort one may put forth. And what will happen will not fail to happen, however much one may seek to prevent it. This is certain. The part of wisdom therefore is to stay quiet.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-29 14:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found