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.
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