Class: com.sybase.djc.server.SocketListener (Socket Listener) | EAServer 6.3 Help |
---|
Description |
A socket listener defines a server-side connection endpoint for
incoming client connections.
See also: httpListeners and iiopListeners (Application Server Properties). |
---|---|
Configuration | See Set Properties Task. |
Properties | alarmJavaMemLimit, alarmLogInterval, alarmMemLimit, criticalJavaMemLimit, criticalMemLimit, headerBufferSize, host, includeServerInfoInSession, listenBacklog, maxIdleTime, maxThreads, maximumResponseTime, memoryThreadMonitor, numberOfAcceptors, performanceThreadMonitor, port, protocol, readDelayTime, requestBufferSize, responseBufferSize, securityProfile, soLingerTime, threadPerConnection, useSocketChannel |
Files | Repository/Instance/com/sybase/djc/server/SocketListener/*.properties |
Property: alarmJavaMemLimit (JVM Memory Limit for Alarm (%)) | |
---|---|
Description | The percentage of available JVM memory before an alarm message is logged. |
Default Value | -1 |
Minimum Value | -1 |
Maximum Value | 100 |
Property: alarmLogInterval (Alarm Log Interval (s)) | |
---|---|
Description | The amount of time in seconds to wait between logging alarm messages. |
Default Value | 30 |
Minimum Value | 1 |
Maximum Value | 2147483647 |
Property: alarmMemLimit (Memory Limit for Alarm (%)) | |
---|---|
Description | The percentage of available virtual memory before an alarm message is logged. |
Default Value | -1 |
Minimum Value | -1 |
Maximum Value | 100 |
Property: criticalJavaMemLimit (Critical JVM Memory Limit (%)) | |
---|---|
Description | The percentage of available JVM memory before requests are rejected. |
Default Value | -1 |
Minimum Value | -1 |
Maximum Value | 100 |
Property: criticalMemLimit (Critical Memory Limit (%)) | |
---|---|
Description | The percentage of available virtual memory before requests are rejected. |
Default Value | -1 |
Minimum Value | -1 |
Maximum Value | 100 |
Property: host (Host Name) | |
---|---|
Description | The name of the machine on which EAServer is running. |
Property: includeServerInfoInSession (Include Server Info in Session ID) | |
---|---|
Description | When enabled, will include the server's ip address and port in the http session id. This is required when using the web redirectors for load balancing to ensure sticky sessions. |
Only Used If | Property protocol has the value "http". |
Default Value | false |
Legal Values | false, true |
Property: listenBacklog (Listen Back Log) | |
---|---|
Description | Specifies the maximum backlog for incoming connections. |
Default Value | 50 |
Minimum Value | 0 |
Maximum Value | 2147483647 |
Property: listenBacklog (Listen Back Log) | |
---|---|
Description | Specifies the maximum backlog for incoming connections. |
Default Value | 50 |
Minimum Value | 0 |
Maximum Value | 2147483647 |
Property: memoryThreadMonitor (Memory Thread Monitor) | |
---|---|
Description | The ThreadMonitor associated with memory monitoring for this listener. |
Default Value | memory |
Property: memoryThreadMonitor (Memory Thread Monitor) | |
---|---|
Description | The ThreadMonitor associated with memory monitoring for this listener. |
Default Value | memory |
Property: numberOfAcceptors (Number of Acceptors) | |
---|---|
Description | Specifies the number of acceptor threads to be run. |
Default Value | 3 |
Minimum Value | 1 |
Maximum Value | 2147483647 |
Property: performanceThreadMonitor (Performance Thread Monitor) | |
---|---|
Description | The ThreadMonitor associated with performance monitoring for this listener. |
Default Value | performance |
Property: port (Port) | |
---|---|
Description | The port number where the server listens for requests. |
Default Value | 1 |
Minimum Value | 1 |
Maximum Value | 2147483647 |
Property: readDelayTime (Read Delay Time (ms)) | |
---|---|
Description | Time to delay first read |
Default Value | 300 |
Minimum Value | 0 |
Maximum Value | 2147483647 |
Property: securityProfile (Security Profile) | |
---|---|
Description | The security profile to use for HTTPS and IIOPS listeners. |