WebLogic Server Performance and Tuning

来源:互联网 发布:opencv asm算法实现 编辑:程序博客网 时间:2024/05/01 21:36

WebLogic Server Performance and Tuning

 

http://docs.oracle.com/cd/E13222_01/wls/docs90/perform/WLSTuning.html

 

 

关于 Tuning Connection Backlog Buffering

You can tune the number of connection requests that a WebLogic Server instance will accept before refusing additional requests. TheAccept Backlog parameter specifies how many Transmission Control Protocol (TCP) connections can be buffered in a wait queue. This fixed-size queue is populated with requests for connections that the TCP stack has received, but the application has not accepted yet.

You can tune the number of connection requests that a WebLogic Server instance will accept before refusing additional requests. For more information on TCP tuning, seeBasic OS Tuning Concepts.

  1. If you have not already done so, in the Change Center of the Administration Console, clickLock & Edit.
  2. In the left pane of the console, expand Environment > Servers.
  3. On the Summary of Servers page, select the server instance for which you will configure connection backlog buffering.
  4. Expand the Configuration > Tuning tab.
  5. Modify the Accept Backlog value as necessary to tune the number of TCP connections the server instance can buffer in the wait queue.
  • If many connections are dropped or refused at the client, and no other error messages are on the server, theAccept Backlog value might be set too low.
  • If you are getting "connection refused" messages when you try to access WebLogic Server, raise theAccept Backlog value from the default by 25 percent. Continue increasing the value by 25 percent until the messages cease to appear.
  • The default value is 50 and the maximum value is operating system dependent.
  1. To activate these changes, in the Change Center of the Administration Console, clickActivate Changes. Not all changes take effect immediately—some require a restart.

 

原创粉丝点击