Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mfreiholz/qt-parallel-event-loop

Performance study about multiple parallel event queues, where each event queue handles mutiple objects.
https://github.com/mfreiholz/qt-parallel-event-loop

Last synced: 25 days ago
JSON representation

Performance study about multiple parallel event queues, where each event queue handles mutiple objects.

Awesome Lists containing this project

README

        

Qt PEL (Parallel Event Loop) - Research Project
===============================================

TCP Server Example
------------------

tcp_http_server.exe

TCP Open Connection Benchmark
-----------------------------

-n = Number of concurrent connections.
-p = Number of packets which each connection should send to the server.

tcp_open_connection_benchmark.exe -n 100 -p 100