Re: More thoughts on threads...

2020-12-16 Thread Gary E. Miller via devel
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 -

More thoughts on threads...

2020-12-16 Thread Hal Murray via devel
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