How to Increase the Number of Socket Readers Available to WebLogic Scripting Tool (WLST)
(Doc ID 1547462.1)
Last updated on JANUARY 12, 2023
Applies to:
Oracle WebLogic Server - Version 9.2 and laterInformation in this document applies to any platform.
Goal
When a WebLogic Scripting Tool (WLST) script establishes a connection to a WebLogic Server instance, the underlying T3 connection does not get destroyed by the disconnect() command until the client JVM exits although the RMI connection that WLST establishes with the JMX Server is closed upon disconnect(). When WLST connects to a large number of different Administration Servers (for example 45) the WLST script suffers a performance degradation. This is due to a scarcity of socket readers (the default is 18). One workaround is to call the WLST script separately for each operation requiring a connection to an Administration Server, but in some production environments this is not practical. What other way is there to overcome this limitation?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |