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 [email protected] http://lists.qt-project.org/mailman/listinfo/development
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
