a long used software deployed on many servers has on a new installation an issue. It seems linked to Windows 2016 Server, but we are not sure.
Parts of a software often calls a ManualResetEvent like :
_exitRequestEvent.WaitOne(1, false);
Unfortunateley on the Server System it takes 15 times longer than on the developer notebook.
We updated dotnet Framework, installed additionally SDK, and at last the Visual Studio to eliminate differences between the developer notebooks and the Server. No change.
Also Calls to Monitor.Wait seems to be a lot slower.
Does anyone have a similiar experience?
TargetFramework is 4.6.2
Thanks for hints, Frank