Logging with threads

2025-07-05 Thread Hal Murray via devel
I'd like msyslog to indicate which thread is doing the logging. The main thread in ntpd currently creates up to 3 threads. One for DNS, and a NTS thread for each of IPv4 and IPv6. The DNS thread gets created and joined, but there is only one at any time. We may need more NTS threads in the futur

Re: Logging with threads

2025-07-05 Thread Gary E. Miller via devel
Yo Hal! On Sat, 05 Jul 2025 22:40:16 -0700 Hal Murray via devel wrote: > I'd like msyslog to indicate which thread is doing the logging. Nice idea. > Anybody thought about this area? Any good ideas? None from me, but I like your idea. RGDS GARY --