[Development] epoll event dispatcher

Oswald Buddenhagen oswald.buddenhagen at digia.com
Fri Aug 9 11:50:59 CEST 2013


On Fri, Aug 09, 2013 at 12:38:31PM +0300, Cyril Oblikov wrote:
> > another consideration is that it is utterly unlikely that the event
> > loop's ability to efficiently process hundreds of sockets is of any
> > relevance to qt.
> 
> Sure this is mostly for server-side applications. For now Qt is used
> for servers very seldom, but you can google some examples. This is
> also because QtNetwork is inefficient for such purposes.
> 
the whole QIODevice design is incredibly inefficient (multiple copies
before the data gets to the user). the event loop is the smallest
problem at this point.



More information about the Development mailing list