Am Dienstag, 14. Oktober 2008 schrieb Ken Restivo: > I also vaguely recall that some GUI-related libraries like Glib and QT > offered built-in abstractions to make multithreaded apps and common > constructions like circular buffers much easier. > I'm being lazy, so instead of researching everything that's out there, I'll > ask here: can anyone recommend a relatively simple and painless abstraction > library (GPL or LGPL of course) that will give me functions to create a > thread in which I can stuff things into a ring buffer, and another thread > in which I can pull stuff out of it? As I am doing quite a lot multi-threaded programming currently I can tell you that Qt makes it rather easy. But dealing with multiple threads can still have complicated corners. All the examples in the qt docs about the different locking mechanisms implement a ringbuffer / fifo. Either with mutex, semaphore or read/write-lock... Have fun, Arnold -- visit http://www.arnoldarts.de/ --- Hi, I am a .signature virus. Please copy me into your ~/.signature and send me to all your contacts. After a month or so log in as root and do a "rm -rf /". Or ask your administrator to do so...
Attachment:
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Linux-audio-user mailing list Linux-audio-user@xxxxxxxxxxxxxxxxxxxx http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user