Re: Optimising poll(2)

Rogier Wolff (R.E.Wolff@BitWizard.nl)
Sat, 23 Aug 1997 18:57:46 +0200 (MET DST)


Richard Gooch wrote:

> a Pentium 100 for 1021 descriptors. Without poll2(2) the application
> *still* has to scan the entire list, which would take over 230
> microseconds (1021 descriptors). This is around one third of the time

My code (see other posting) does 10000 filedesriptors in 15 us.
So, my code is about 1e5 times faster than yours.

Roger.