[PATCH v2] epoll: Support for disabling items, and a self-test app.
Paolo Bonzini
pbonzini@redhat.com
Fri Oct 19 13:40:00 GMT 2012
Il 19/10/2012 15:29, Paul Holland ha scritto:
> A disadvantage of solutions in this direction, which was not preset in
> Paton's patch, is that all calls to epoll_wait would need to specify some
> timeout value (!= -1) to guarantee that they each come out of epoll_wait
> and execute the "pass the buck" or "grace_period" logic. So you would
> then have contention between designs that want highly responsive "delete"
> operations (those would require very short timeout values to epoll_wait)
> and those that want low execution overhead (those would want larger
> timeout values).
Is this really a problem? If your thread pool risks getting oversized,
you might need some kind of timeout anyway to expire threads. If your
thread pool is busy, the timeout will never be reached.
I'm not against EPOLL_CTL_DISABLE, just couldn't resist replying to "The
optimal data structure to do this without killing scalability is not
obvious". :)
Paolo
More information about the Libc-alpha
mailing list