
16 Feb
2006
16 Feb
'06
4:42 p.m.
I could not figure out how a process sharing multiple message-queues with several other processes gets informed from which message-queue can be read without blocking? Would this be possible (some demultiplexing mechanism)?
It's not possible for the moment. And I don't know if operating systems provide this possibility with the asynchronous I/O API. I will try to see if this can be possible for a future version, though. Ion