in reply to Re: Reading from Many Child Processes using Pipes
in thread Reading from Many Child Processes using Pipes
I'm curious why you used a select in the child code where I used sleep. Is there an advantage of using select over sleep? Or was it just for simulating random sleep for this example?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Reading from Many Child Processes using Pipes
by Anonymous Monk on Oct 31, 2015 at 19:22 UTC |