Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mfreiholz/qt-parallel-event-loop
- Owner: mfreiholz
- Created: 2013-05-28T08:34:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-07T18:43:41.000Z (over 11 years ago)
- Last Synced: 2023-03-22T12:05:20.984Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 117 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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