Re: [gtkmm] asynchronous communication between threads



>Looking through the Gtkmm reference, it appears that gtkmm does not support
>Asynchronous Queues.  In my application, I have the main GUI thread, and a
>second thread that processes audio data and is suppose to update a graphical
>window in the GUI thread.  So can anyone tell me what the preferred method of
>passing data between threads in a multi-threaded application is for Gtkmm?

pps. i hope you understand the basics of real time programming if you
are doing audio work. you might choose to check out JACK at
jackit.sf.net. your audio data processing thread probably needs to be
realtime safe.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]