Re: Threads

2021-04-06 Thread Sanjeev Gupta via devel
Hal, newbie question. What use case on the internet would be saturating a Gb link with NTP? Surely, before that, we should be recommending a second server closer to the clients? Assume a large University campus, with 3 nodes (5k students, each with a tablet and phone, etc). Assume all nodes

Threads

2021-04-06 Thread Hal Murray via devel
There are 4 places that might be the limiting factor. 1) The wire might be full 2) The Ethernet chip might not be able to process packets at full wire speed. 3) The kernel's input dispatcher thread might run out of CPU cycles. 4) The client threads might run out of CPU cycles. I don't h