[Development] epoll event dispatcher

Oswald Buddenhagen oswald.buddenhagen at digia.com
Fri Aug 9 18:41:25 CEST 2013


On Fri, Aug 09, 2013 at 08:32:17AM -0700, Thiago Macieira wrote:
> A patch for poll() has been submitted:
> https://bugreports.qt-project.org/secure/attachment/34180/qt5-poll.patch
> 
> Could anyone take a look?
> 
it's actually kinda interesting ... because it replaces all calls to
select() which poll only one (or three) descriptors, i.e., where it
actually makes sense.
it also has a nice abstracting refactoring in qprocess which should be
done independently.
it doesn't touch the main loop (because use of the glib loop is
assumed).
the coding style is a disaster. :D




More information about the Development mailing list