Does a long idle session timeout setting impact application performance if a large number of users remain idle, and could this cause performance issues on self-managed HNAS servers ? Will it affect the garbage collectors?
Discussion posts and replies are publicly visible
Idle users should not have much impact on performance aside from perhaps their session taking up some memory.
Hello Mathieu ,
It's a self managed system in red hat ,we see issues such as node disconnection , node overload when the large number of users using the application ,do you see any relevance to these issues
udhay kumar said:large number of users using the application
That's a whole different thing than idle sessions ...
You will have to find out whether your performance issues are related to user interactions, mostly hitting tomcat, vs. process related which mostly hits the execution engines. And of course, there are a few other things that have impact on performance.
A thorough diagnosis is the first things you need to do.
Users are idle when they are logged in but not doing anything.
Not sure what you mean by node disconnection / overload.