Property name | Types | Description |
---|---|---|
accepter-threads | int | Specifies the number of threads that should be spawned listening for new connections. Defaults to 1. |
thread-pool-min | int | The minimum number of threads to be created in the thread pool. Defaults to 5. |
thread-pool-max | int | The maximum number of threads to be created in the thread pool. Defaults to 10. |
port | string | Port name used to create a listener socket. Defaults to 8009. |
request-backlog | int | The number of pending connection requests allowed before the system starts refusing connections. The value specified in the default configuration files is 5. |
request-buffersize | long | Size of the buffer used to receive incoming messages. Smaller values may result in slower performance. Larger values may result in wasted space. The value specified in the default configuration files is 4096. If no value is specified, the default is no buffering. |
request-timeout | long | Timeout used when returning a request to the client. The value is specified in milliseconds. The value specified in the default configuration files is 30000. If not specified, the listener blocks indefinitely. |