Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
There are several things you can configure to speed up the network communications between clients and servers. Following are the key network I/O-related aspects that you can configure.
Tuning the Muxers
As you learned in Chapter 1, muxers read incoming requests on a server, and there are two types of muxers: native muxers and Java muxers. WebLogic Server recommends that you use the native muxer, which is the default muxer type. You can configure the server to use native muxers by going to Environment | Servers | Configuration | Tuning and selecting the Enable Native IO check box. If you're using native muxers, there's no need to configure the number of socket readers—the server takes care of that for you. If you happen to select Java muxers, you can configure the number of socket readers for an instance by going to Configuration | Tuning and changing the Socket Readers setting. The Socket Readers setting determines the percentage of execute threads the server can u....