On Tue, Mar 12, 2019 at 08:44:29PM +0100, Klemens Nanni wrote:
> On Wed, Mar 06, 2019 at 11:55:17AM +0100, Stefan Sperling wrote:
> >    In particular, fix poll(2) event mask which resulted in unhandled
> >    POLLHUP events in the main event loop which made textsuggest-server
> >    spin on the CPU. As far as I understand, the "unlock" file descriptors
> >    are only interested in POLLIN events. They can be triggered to wake the
> >    event loop while a thread sleeps in poll(2). This feature is used by the
> >    library's teardown code. POLLOUT makes no sense here.
> >    textsuggest uses much less CPU becomes a lot more responsive with this 
> > fix.
> Do you intend to push those upstream?

Yes. I just haven't yet decided whether to try to the dead project mailing
list on sourceforce or whether I should mail the authors directly :-)

Reply via email to