Top "Buffering" questions

Buffering is a process of temporarily storing data while it is being moved from one place to another.

Win32: Write to file without buffering?

I need to create a new file handle so that any write operations to that handle get written to disk …

winapi file-io buffering
Turn off buffering

Where is the buffer in this following ... and how do I turn it off? I am writing out to stdout …

python linux bash buffering
PHP - nested output buffering

I have function that has : ob_start(); //Include of some files $content = ob_get_contents(); ob_end_clean(); Now in …

php nested buffering ob-start
Is it safe to disable buffering with stdout and stderr?

Sometimes we put some debug prints in our code this way printf("successfully reached at debug-point 1\n"); some code is …

c linux stdout stderr buffering
How to avoid Python fileinput buffering

Possible Duplicate: Setting smaller buffer size for sys.stdin? I have a Python (2.4/2.7) script using fileinput to read from standard …

python readline buffering file-io
Detect when video is buffering, if so display gif

I'am wondering if there's a way to display a .gif while the video is buffering. I'am using the HTML5 Video …

javascript css html video buffering
file.tell() inconsistency

Does anybody happen to know why when you iterate over a file this way: Input: f = open('test.txt', 'r') …

python python-2.7 file buffering
PHP's ob_flush() causing error

When I call PHP's ob_flush() function on my localhost (via MAMP) I get the following error: Notice: ob_flush() […

php buffering ob-start
c++ std::ofstream flush() but not close()

I'm on MacOSX. In the logger part of my application, I'm dumping data to a file. suppose I have a …

c++ flush buffering ofstream
Triggering an HTML5 audio track to play whenever it has loaded

I'm trying to play an HTML5 audio track a few seconds after the page has loaded using the .play() JavaScript …

javascript html buffering html5-audio