Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
Defeating OS buffering?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Eric Schwartz, post: 4742173"] To reproduce this properly, you'd need a bash program that just did: exec /home/t/c/a.out and you'd invoke the bash program there. This unbuffers STDOUT, which doesn't help when the problem is that the OS is buffering the TEST filehandle. How is reading input that doesn't show up a character at a time going to help? Either it's there, or it isn't; reading it in smaller chunks is just making things more inefficient without actually changing anything. I'm afraid not. Thanks for the effort, anyhow. -=Eric [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
Defeating OS buffering?
Top