Drwalin / ICon7

Asynchronous C++ RPC library based on ICon6, but networking library agnostic. Currently only uSocekts tcp/ssl reliable networking backend is implemented.
GNU General Public License v3.0
1 stars 0 forks source link

Rewrite stress test #14

Open Drwalin opened 7 months ago

Drwalin commented 7 months ago

Older stress test relied too much on timings instead of proper multi-process synchronization primitives. Replacing fork() with multiple Host threads. Make multiple connections per single slave host. Do not spawn so many threads - limit to (at most) 2 threads per slave (host thread + worker thread).

Drwalin commented 1 month ago

tests/multi_test can be used as stress test for the most part.