Saturday, August 05, 2023

http keep alive turn off

if I turn http keep alive off then I get db read tomeouts and db pool size becomes not enough, if I increase the pool size and time outs more then web worker threads becoming non responsive, self note never turn off keep alive for rest clients in spring boot

No comments:

C# scan cs file and find variables values and names

using Microsoft . CodeAnalysis ; using Microsoft . CodeAnalysis . CSharp ; using Microsoft . CodeAnalysis . CSharp . Syntax ; using Xunit . ...