On Mon, Oct 24, 2011 at 12:17:19PM +0200, Yonit Halperin wrote:
> On 10/23/2011 07:10 PM, Alon Levy wrote:
> >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 si
On 10/23/2011 07:10 PM, Alon Levy wrote:
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
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