Hi, I have a web rest server (latest version, 11.35), I specify in the settings a limit of 500 pools, and I see it is assigned in the code;
If 500 > 0
s_web.SetPoolSize(500)
End
However, when I run the program with the statistics window opened, although I have over 140 threads and 150 sessions, the pool number always goes up just to 100 (which happens to be the default).
Is the thread pool manual limit really working, in that case what I might be missing?
Kind regards,
Jorge Lavera