I am new to WebLogic administration.
I wanted to understand how 'KeepAliveSecs' is related to the maximum number of clients on the server. Is it better to use a static 'KeepAliveSecs' value or can we use a dynamic value?
KeepAliveSecs is the time a tcp socket connection is kept open for any incoming requests, it helps in improving I/O performance. Setting it to a constant value is recommended, this value is not dynamic as its to do with the core tcp layer and that is not dynamic yet.