On Sunday, 2 June 2024 at 17:46:09 UTC, bauss wrote:

If anything you should use a thread pool that each handles a set of sockets, instead of each thread being a single socket.

Yup, thread pool it is. I'm still fleshing out the data structure which manages the incoming work presented to the pool, but here's what I have so far:

https://sources.vsta.org:7100/dlang/file?name=tiny/rotor.d&ci=tip

Andy

Reply via email to