Re: [Spice-devel] [PATCH v2] [0.8 branch] server: add main_dispatcher

2011-10-23 Thread Alon Levy
On Sun, Oct 23, 2011 at 07:01:36PM +0200, Alon Levy wrote: self NACK, missed part of the patch. > add main_dispatcher, a message passing mechanism for sending messages to > the main thread. The main thread is the thread that implements > SpiceCoreInterface, which is assumed to be a single thread.

[Spice-devel] [PATCH v2] [0.8 branch] server: add main_dispatcher

2011-10-23 Thread Alon Levy
add main_dispatcher, a message passing mechanism for sending messages to the main thread. The main thread is the thread that implements SpiceCoreInterface, which is assumed to be a single thread. Similar to the async operation of red_worker, a socket pair is created and used to pass messages. The