Entering content frame

Background documentation Ports Manager Locate the document in its SAP Library structure

This manager provides a set of properties for reconfiguration of the accepted client sockets. The options provided are used by the platform's networking code as a hint for the size to set the underlying network I/O buffers. Increasing buffer size can increase the performance of network I/O for high-volume connection, while decreasing it can help reduce the backlog of incoming data.

This manager runs only on dispatchers.

Dispatcher

Property

Description

Default Value

ListenersCount

The number of listeners that will wait for client requests.

1

QueueSize

The size of the queue of the objects that are waiting to be processed.

50

SO_RCVBUF

The buffer size used by the platform for input on this Socket.

65536

SO_SNDBUF

The buffer size used by the platform for output on this Socket.

65536

 

See also:

Ports Management in the Administration Manual

 

 

Leaving content frame