Application server tuning parameters

 

+
Search Tips   |   Advanced Search

 

Each application server instance contains interrelated components, called a queuing network, that must be properly tuned to support the specific needs of your e-business application. The queuing network helps the system achieve maximum throughput and maintain the overall stability of the system.

You can tune the following application server settings:

 

Object Request Broker

An Object Request Broker (ORB) uses the Internet InterORB Protocol (IIOP) to manage the interaction between clients and servers. It supports client requests and responses received from servers in a network-distributed environment. Object Request Broker tuning guidelines provides tips on using these parameters to tune the ORB. You can tune the following ORB parameters:

You can also tune several custom paramters

 

Dynamic cache service

Dynamic caching maintains server-generated content in memory for servlets, JavaServer Pages (JSP) files, commands, and web services. Items that are called frequently with identical parameters are good candidates for dynamic caching. Dynamic caching is ideal for Web sites that use mass personalization or have a very high number of calls to a particular set of servlets or JSP files. Because the application does not have to generate the output every time a servlet or JSP file is called, the dynamic cache service can improve performance.

 

Web container

Each application server includes a Web container. The application server routes servlet requests along a transport queue between the Web server plug-in and the Web container. Default Web container properties are set for simple Web applications. However, these values might not be appropriate for more complex Web applications. You can adjust these parameters to tune the Web container based on the specific needs of your environment:

 

EJB container

Each application server includes an EJB container. Use the following parameters to make adjustments that improve performance:

For more information about tuning enterprise bean performance, see these topics:

 

Session management

The installed default settings for session management are configured for optimal performance.

See also:

 

Data sources

Applications uses data sources to access databases. The following data source settings can affect performance:

 

Process Priority