Contents      Dochome     
Sun Java(TM) System Directory Server Online Help



Client Control Tab of Performance Configuration

Use this tab to limit the resources used to process each request from a client. You should configure these limits according to your server resources and the typical operations on your directory.

Save. Click this button to apply any modification you make to the LDAP or DSML resource limits. However, changes to these parameters will only take effect after the server has been restarted.

LDAP

Size limit. Specifies the maximum number of entries the server will return to a client application in response to a search operation. Upon reaching the size limit, the server will stop processing the request and return the results already found. The default value is 2000 entries.

Unlimited size. Select this checkbox to return an unlimited number of entries for a search. Uncheck this box to enter a value for the size limit.

Look-through limit. Specifies the maximum number of entries the directory will access while processing a search request. Upon reaching the look-through limit, the server will stop processing the request and return the results already found. The default value is 5000 entries.

Unlimited look-through. Select this checkbox to allow searches of the entire directory tree. Uncheck this box to enter a value for the look-through limit.

Time limit. Specifies the maximum amount of time (in seconds) that the server will spend performing a search request. When the time limit elapses, the server will stop processing the request and return the results already found. The default value is 3600 seconds (1 hour).

Unlimited time. Select this checkbox to allow long and complex searches in the directory. Uncheck this box to enter a value for the time limit.

Idle timeout. Specifies the time (in seconds) that the server will maintain an open connection without client requests before closing the connection. By default, the idle timeout is unlimited.

Unlimited timeout. Select this checkbox to allow clients to maintain a connection open forever without sending requests. Uncheck this box to set an idle timeout value.

DSML

Buffer size. Specifies the size (in kilobytes) of the buffer that is used to process DSML requests. The default value is 8 kilobytes.

Request max size. Specifies the maximum size (in kilobytes) of a DSML request message that the server is willing to process. The default value is 32 kilobytes.

Response message max size. Specifies the maximum size (in kilobytes) of messages sent in response to a DSML request. The default value is 64 kilobytes.


Contents      Dochome     
Copyright 2005 Sun Microsystems, Inc. All rights reserved.