
9 Feb
2011
9 Feb
'11
1:09 p.m.
hi Artyom. 1. Create a thread for asio service 2. Call pid = wait(&status) <-- Problem is here 3. Notify the event loop on childs that finished. for solved this problem two or more io_service in same process need use this system call* signalfd(2) ? *If use signalfd(2) can receive all signal and* *can possible receive SIGCHILD if a child terminate.