Re: Network Programming Models (was OTCountFreeBytes?)
Re: Network Programming Models (was OTCountFreeBytes?)
- Subject: Re: Network Programming Models (was OTCountFreeBytes?)
- From: Duane Murphy <email@hidden>
- Date: Mon, 4 Feb 2002 11:00:33 -0800
--- At Mon, 4 Feb 2002 10:36:52 +0000, Quinn wrote:
>
If you want absolute best performance on
>
hundreds of connections simultaneously, lots of non-blocking socket
>
with select (bletch) is fastest.
I am curious about this comment (bletch). I am new to unix network
programming and this seemed to be a fairly powerful non-blocking way of
dealing with sockets.
What am I missing?
...Duane