Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: select/poll bug?



On Sat, Aug 02, 2008 at 10:09:54PM +0100, Roy Marples wrote:
> Lets say that select can handle a greater timeframe them as it's time_t
> is in seconds, vs an int as milliseconds for poll.

Doesn't really matter. You have to deal with preliminary wakeups anyway,
so you just have to round down to the largest possible timeout.

Joerg


Home | Main Index | Thread Index | Old Index