QT network library or ACE (Adaptive Communication Environment)?
-
wrote on 14 Jul 2012, 12:35 last edited by
I want to make a high performance network application including video streaming servers, client applications. I heard ACE is a well known good API for networked applications. Is Qt's network library is rich enough to meet my need or does Qt's network library have any advantage over ACE?
-
wrote on 14 Jul 2012, 21:32 last edited by
I have not used ACE, but have used Poco network API's quite a bit. I also briefly benchmarked a Qt based HTTP server implementation against the Poco HTTP server and the Qt one did not even come close. YMMV.
-
wrote on 15 Jul 2012, 06:26 last edited by
Thanks, sptrakesh. I think your comment would help me chose the library.
1/3