Re: Repost: OpenTransport problems under X [solved]
Re: Repost: OpenTransport problems under X [solved]
- Subject: Re: Repost: OpenTransport problems under X [solved]
- From: Quinn <email@hidden>
- Date: Thu, 27 Nov 2003 08:08:13 +0000
At 17:12 +0100 26/11/03, Marc Stibane wrote:
The problem is, that "select" always returns 1 as expected (since the RIP
keeps sending), but only the first call returns immediately. The next
calls take a very long time to return.
I'm not sure I understand your question properly. Can you supply a
little more detail? What's the sequence of calls? My guess is that
it's something like this:
1. call select
2. it returns indicating that data is available to be read
3. call read
4. it returns immediately
5. call select again
6. it blocks for the full duration of the timeout, even though you know
that data should be available
Is that right?
S+E
--
Quinn "The Eskimo!" <
http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications, Hardware
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.