|
|
|
|
|
by the_mitsuhiko
3586 days ago
|
|
It's less efficient if the "master" has to select over multiple things. Eg: waiting for children to finish, do some IO with them etc. In that case you are pretty much limited to polling on the thing (unless apparently you use kqueue, did not know you can wait on process events). |
|