On 28/05/2015 03:46, Fam Zheng wrote: > The main context uses iohandler and aio_dispatch, neither calls > aio_set_dispatching(). However, if we have [2], they can be changed to > aio_poll(), then would this idea work?
I think it's a bad idea to handle aio_poll for context B in a different way, just because you have an outer aio_poll for context A... Paolo