|
poll() times out prematurely
Hi,
I am experiencing premature time out from poll().
It returns 0 without any ready descriptor, and the time taken in the function
is far from the specified timeout value. There is no errno set.
This only happens for timeout values ~10ms.
For timeouts greater than 10ms, poll() always times out accurately.
But for timeout values less than 10ms, poll() sometimes times out in 50 microseconds or so.
Has anyone experienced similar problem?
Last edited by eunmind; 10-03-2006 at 01:16 PM.
|