Yo Hal!
On Wed, 16 Dec 2020 20:21:55 -0800
Hal Murray via devel wrote:
> But maybe I'm fooling myself. Are people comfortable with threads
> and locks? (I've been working with them since 1976.)
In theory: vey much yes.
In practice: the devil is in the details.
RGDS
GARY
-
I'm still scheming on this topic.
Here is what I'd like to end up with:
N server threads, each with their own socket listening on UDP 123
a client thread for each server we are using (with own socket)
a thread for each refclock
the main thread for whatever is left
Getting there is a lot