Tagged Questions
The buffering tag has no wiki summary.
24
votes
9answers
7k views
An algorithm for inflating/deflating (offsetting, buffering) polygons
UPDATE: the math term for what I'm looking for is actually inward/outward polygon offseting. +1 to balint for pointing this out. The alternative naming is polygon buffering.
UPDATE 2 (02.11.2011): ...
17
votes
7answers
508 views
Creating a DSP system from scratch
I love electronic music and I am interested in how it all ticks.
I've found lots of helpful questions on Stack Overflow on libraries that can be used to play with audio, filters etc. But what I am ...
17
votes
7answers
2k views
What does “select((select(s),$|=1)[0])” do in Perl?
I've seen some horrific code written in Perl but I can't make head or tail of this one:
select((select(s),$|=1)[0])
It's in some networking code that we use to communicate with a server and I assume ...
11
votes
1answer
379 views
Rx IObservable buffering to smooth out bursts of events
I have an Observable sequence that produces events in rapid bursts (ie: five events one right after another, then a long delay, then another quick burst of events, etc.). I want to smooth out these ...
9
votes
3answers
263 views
Sleep function in Perl
Today in my college a teacher asked me a question. He wrote this code on the paper and said
"What will be the output of this code?"
use warnings;
for (1 .. 20)
{
print ".";
}
I found it easy ...
7
votes
2answers
1k views
Should I buffer the InputStream or the InputStreamReader?
What are the differences (if any) between the following two buffering approaches?
Reader r1 = new BufferedReader(new InputStreamReader(in, "UTF-8"), bufferSize);
Reader r2 = new InputStreamReader(new ...
7
votes
11answers
4k views
Buffered reading from stdin using fread in C
I am trying to efficiently read from the stdin by using setvbuf in `_IOFBF~ mode. I am new to buffering. I am looking for working examples.
The input begins with two integers (n,k). The next n lines ...
7
votes
11answers
1k views
What is the fastest way to find the center of an irregularly shaped polygon?
I need to find a point that is a visual center of an irregularly shaped polygon. By visual center, I mean a point that appears to be in the center of a large area of the polygon visually. The ...
7
votes
5answers
3k views
Using Core Graphics/ Cocoa, can you draw to a bitmap context from a background thread?
I'm drawing offscreen to a CGContext created using CGBitmapContextCreate, then later generating a CGImage from it with CGBitmapContextCreateImage and drawing that onto my view in drawRect (I'm also ...
6
votes
2answers
350 views
Why is standard output from subprocess (redirected to unbuffered file) being buffered?
From http://docs.python.org/library/functions.html#open
The optional bufsize argument
specifies the file’s desired buffer
size: 0 means unbuffered, 1 means line
buffered, any other positive ...
6
votes
6answers
1k views
std::ifstream buffer caching
In my application I'm trying to merge sorted files (keeping them sorted of course), so I have to iterate through each element in both files to write the minimal to the third one. This works pretty ...
6
votes
1answer
795 views
Setting smaller buffer size for sys.stdin?
I'm running memcached with the following bash command pattern:
memcached -vv 2>&1 | tee memkeywatch2010098.log 2>&1 | ~/bin/memtracer.py | tee memkeywatchCounts20100908.log
to try and ...
6
votes
2answers
375 views
Haskell: read input character from console immediately, not after newline
I've tried this:
main = do
hSetBuffering stdin NoBuffering
c <- getChar
but it waits until the enter is pressed, which is not what I want. I want to read the character immediately after ...
5
votes
4answers
142 views
Turn off buffering
Where is the buffer in this following ... and how do I turn it off?
I am writing out to stdout in a python program like so:
for line in sys.stdin:
print line
There is some buffering going on ...
5
votes
3answers
1k views
StreamReader and buffer in C#
I've a question about buffer usage with StreamReader.
Here: http://msdn.microsoft.com/en-us/library/system.io.streamreader.aspx you can see:
"When reading from a Stream, it is more efficient to ...
5
votes
3answers
349 views
Why isn't my IO executed in order?
I got a problem with IO not executing in order, even inside a do construct.
In the following code I am just keeping track of what cards are left, where the card is a tuple of chars (one for suit and ...
5
votes
1answer
405 views
Wrong IO actions order using putStr and getLine
I have a code :
main = do
putStr "Test input : "
content <- getLine
putStrLn content
And when I run it (with runhaskell) or compile it (ghc 6.10.4) result is like this:
asd
Test ...
5
votes
2answers
3k views
buffered I/O vs unbuffered IO
I learnt that by default I/O in programs is buffered, i.e they are served from a temporary storage to the requesting program.
I understand that buffering improves IO performance (may be by reducing ...
4
votes
1answer
137 views
Why a script that uses threads prints extra lines occasionally?
If print s is replaced by print >>sys.stderr, s then the effect vanishes.
import random, sys, time
import threading
lock = threading.Lock()
def echo(s):
time.sleep(1e-3*random.random()) # ...
4
votes
3answers
165 views
How do I simulate a buffered peripheral device with SwingWorker?
I'm using this exercise as a pedagogical tool to help me burn in some Java GUI programming concepts. What I'm looking for is a general understanding, rather than a detailed solution to one specific ...
4
votes
2answers
258 views
Understanding Ruby and OS I/O buffering
How does IO buffering work in Ruby? How often is data flushed to the underlying stream when using the IO and File classes? How does this compare to OS buffering? What needs to be done to guarantee ...
4
votes
3answers
3k views
Audio stream buffering
I need to play live audio stream, actually it is radio. The problem is that I also need to manage 20 minute buffer for stream. As far as I understand it's not easy to implement with adnroid.
First I ...
4
votes
4answers
179 views
How to stream a media file using PHP?
I am trying to build an application in which i have to stream the media files (audio and video) to the browser. I am reading the file through php and send the data to browser. I am using the following ...
4
votes
5answers
985 views
Perl: avoid greedy reading from stdin?
Consider the following perl script (read.pl):
my $line = <STDIN>;
print "Perl read: $line";
print "And here's what cat gets: ", `cat -`;
If this script is executed from the command line, it ...
4
votes
2answers
464 views
Is triple buffering really a free performance boost?
So I've been reading a lot about openGL and gpus and graphics in general, and triple buffering is semi-frequently mentioned as giving a free performance boost. I know why it helps; in effect, you can ...
4
votes
4answers
1k views
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 globally declared std::ofstream outFile("log");
and in my logging code I have:
outFile << ...
4
votes
3answers
857 views
What is a suitable buffer for Python's struct module
In Python I'm accessing a binary file by reading it into a string and then using struct.unpack(...). Now I want to write to that string using struct.pack_into(...), but I get the error "Cannot use ...
4
votes
2answers
1k views
What is the best way to cache files in php?
i'm using Smarty with my php code and i like to cache some of website pages so i used the following code :
// TOP of script
ob_start(); // start the output buffer
$cachefile ...
4
votes
4answers
470 views
is there COMMIT analog in python for writing into a file?
I have a file open for writing, and a process running for days -- something is written into the file in relatively random moments. My understanding is -- until I do file.close() -- there is a chance ...
4
votes
3answers
1k views
Why does sleep() execute before my printf(), the opposite order of my code?
OK I'm just learning C with this book of Kernighan and Ritchie; I'm in the basics of the fourth chapter (functions stuff). The other day I came in curiosity with this function sleep(), so tried to use ...
3
votes
3answers
64 views
How do I disable buffering in fread()?
I am reading and writing to sockets using fread() and fwrite(). These functions, I believe are for buffered input and output. Is there some way that I can disable buffering while still using these ...
3
votes
1answer
81 views
What is the C#/.NET equivalent of BufferedInputStream (in Java)?
What is the C# equivalent for the Java BufferedInputStream and BufferedOutputStream classes?
3
votes
1answer
138 views
How to reduce VideoView buffer with device to device RTSP streaming
I've rolled my own RTSP server and am currently streaming device to device - however the VideoView seems to be buffering 10 seconds worth of data, regardless of other parameters being set (either ...
3
votes
2answers
122 views
Writing data into file: fflush() takes a lot of time
I have a requirement wherein I have to buffer a lot of data (in GBs), for future use.
Since there isn't enough RAM available for buffering such huge amount of data, I decided to go for storing the ...
3
votes
2answers
1k views
Reduce video buffering
I'm playing video on Android using media player via RTSP. The player takes about 12s to buffer before it starts playing. Anyone know how I can convince the player to buffer less? I have full ...
3
votes
1answer
1k views
PHP CLI: How to read a single character of input from the TTY (without waiting for the enter key)?
I want to read a single character at-a-time from the command line in PHP, however it seems as though there is some kind of input buffering from somewhere preventing this.
Consider this code:
...
3
votes
4answers
219 views
Threading newbie with issue with runaway threads
Ok, to you understand I will explain the problem:
I am using a library called ClanLIB (not my choice), that library, SEEMLY (I am not certain, even reading the sourcE), creates a thread that handles ...
3
votes
5answers
198 views
Close connection in PHP but keep executing script
Anyone know how to close the connection (besides just flush()?), but keep executing some code afterwards. I don't want the client to see the long process that may occur after the page is done.
THANK ...
3
votes
1answer
1k views
HTML5 video currentTime and buffering
I have a buffering issue.
On my page (which I access remotely), I have a video that I position using the currentTime attribute.
However, it seems like, despite the fact that I do not autbuffer, the ...
3
votes
1answer
455 views
C: Is there something better than a FIFO Queue implementation for this requirement?
In one of my programs, there are multiple clients and each client has its own buffer. In an infinite loop, I check if any of the client has any data to be written to disk. If it does, then I do the ...
3
votes
3answers
391 views
handling central data buffer for many processes in C++
I ran into the following problem and cannot decide how to proceed:
I have a class, Reader, getting a chunk of data every 1/T seconds (actually the data is from video frames, 30 frames per second). ...
3
votes
3answers
265 views
Does Perl's $| setting affect system commands?
I am looking at some old code in Perl, where the author has writtern
$| = 1 in the first line.
But the code does not have any print statements, it calls a C++ binary using the system command. Now I ...
3
votes
3answers
2k views
In php, I want to download an s3 file to the browser without storing it on my server
I've got files on Amazon's S3. They are named with a unique ID so there are no duplicates. I am accessing them using an authorized URL. I need to be able to pass them through to the browser, but I ...
3
votes
3answers
1k views
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 immediately.
Extra info: The handle will be the inherited STDOUT of a child process, so I need any ...
2
votes
1answer
60 views
Standard output hangs after adding fprintf() statement with custom standard error
I have a C++ class Archive with a member function extractData(). This function calls realExtractData(), which is implemented in a separate C library.
I want to pass the extractData() function a pair ...
2
votes
1answer
56 views
setvbuf on STDOUT safe for other processes?
I am using HP-UX. I want to disable buffering on stdout to ensure that every line of code is printed in case of core dump with below command:
setvbuf(stdout, NULL, _IONBF, 0); // turn off buffering ...
2
votes
4answers
67 views
How to handle processing real-time events that fire before processing of previous event is complete (C#)
Suppose we have a listener to a real-time event that executes some block of code upon the event being triggered.
for our discussion lets say we have a MyTime class, that has a member currentTime.
we ...
2
votes
2answers
98 views
Why does python keep buffering stdout even when flushing and using -u?
$ cat script.py
import sys
for line in sys.stdin:
sys.stdout.write(line)
sys.stdout.flush()
$ cat script.py - | python -u script.py
The output is right but it only starts printing once I ...
2
votes
1answer
168 views
Looping Video Buffer in ActionScript3
I'm trying to create an AS3 app with looping, seamless video background. The background is loaded from an flv. The problem thus far is with the seamless bit, because all the video looping tactics I've ...
2
votes
1answer
88 views
the importance of buffersize
While streaming big files (more than 150mb) with ASP.NET, to what should the buffersize be set? I use 16kb as default.
Does making the buffersize bigger (for example 320kb) increase performance and ...