> "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.

Although pipe(2)'s bi-directional capabilities are not standard (I've 
been stung by this in the past :-()

> Cheers,
> -Peter

-- 
Brian <[EMAIL PROTECTED]>                        <[EMAIL PROTECTED]>
      <http://www.Awfulhak.org>                   <[EMAIL PROTECTED]>
Don't _EVER_ lose your sense of humour !          <[EMAIL PROTECTED]>




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

Reply via email to