WebLogic Server Tuning

WebLogic Server can handle a large number of simultaneous clients through the use of threads and queues. As shown in Figure 25.7, a client request comes in on a port being serviced by WebLogic Server. An available socket thread then reads the request and places it on the execute queue. When an execute thread becomes available, it reads the request and performs the desired action within the WebLogic application. WebLogic Server includes options to change the behavior of these threads and queues.

Figure 25.7. Client requests must be handled by a socket reader thread and an execute thread before reaching the WebLogic application.

WebLogic Server Performance Packs

WebLogic Server performance packs allow WebLogic to use native ...

Get BEA WebLogic Server™ 8.1 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.