"Scott Hess" wrote:

> I've found an odd performance issue that I cannot explain.  I'm using
> socketpairs to communicate with multiple rfork(RFPROC) processes.

Use 'pipe(2)' rahter than 'socketpair(2)' as both are bidirectional and
pipe is a LOT faster.

Cheers,
-Peter



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to