Asynchronous C++ RPC library based on ICon6, but networking library agnostic. Currently only uSocekts tcp/ssl reliable networking backend is implemented.
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).
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).