Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: ?? Blazes under Linux; crawls under XP & Win2K...

by Perl Mouse (Chaplain)
on Jan 09, 2006 at 11:23 UTC ( [id://521892]=note: print w/replies, xml ) Need Help??


in reply to Re: ?? Blazes under Linux; crawls under XP & Win2K...
in thread ?? Blazes under Linux; crawls under XP & Win2K...

Disabling the flush in the above program won't make much of a difference. It's just a matter of the write(2) happening after the print (with buffering disabled), or before the close (with buffering enabled). But since the only print happens before the close, it's not going to make much of a difference. In either case, there will be the same number of write(2)s.
Perl --((8:>*
  • Comment on Re^2: ?? Blazes under Linux; crawls under XP & Win2K...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-18 08:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found