[Development] epoll event dispatcher

Cyril Oblikov munknex at gmail.com
Fri Aug 9 13:09:12 CEST 2013


OK, thanks for clarifying. Can it be somehow optimized?
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.
_______________________________________________
Development mailing list
Development at qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20130809/26fdc9ed/attachment.html>


More information about the Development mailing list