[Development] epoll event dispatcher

Florian Weimer fweimer at redhat.com
Tue Aug 13 11:26:25 CEST 2013


On 08/09/2013 06:41 PM, Oswald Buddenhagen wrote:
> 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

I'm sorry to hear that.  Which aspects do you object to?

-- 
Florian Weimer / Red Hat Product Security Team



More information about the Development mailing list