Re: Is python2 dead?

2023-09-15 Thread Eric S. Raymond via devel
Hal Murray via devel : > Do you have any data on Go GC times? Yes. They're pretty miniscule. Most Go GC is performed concurrently with normal program execution, except for one stop-the-world phase that typically runs on the close order of 1ms for real production programs.

Re: Is python2 dead?

2023-09-15 Thread Eric S. Raymond via devel
Hal Murray : > Maybe it's time to switch to Go? I've thought about it. It shouldn't be all that difficuly. I wrote a tol that would help: https://gitlab.com/esr/pytogo > How long would it take us to rewrite, from scratch, everything in ntpclients? Around three man-monts is my estimate. > I

Re: Is python2 dead?

2023-09-15 Thread Eric S. Raymond via devel
Gary E. Miller via devel : > > Maybe it's time to switch to Go? > > Please, no. Go is a garbage collected language. Just what NTPsec does > not need, random, unpredictable delays. We're only takling client-side as yet. -- http://www.catb.org/~esr/;>Eric S. Raymond

Windows time scrambling (from the TZ list)

2023-09-15 Thread Hal Murray via devel
"Windows feature that resets system clocks based on random data is wreaking havoc." https://arstechnica.com/security/2023/08/windows-feature-that-resets-system-clo cks-based-on-random-data-is-wreaking-havoc/ -- These are my opinions. I hate spam.