Sun Microsystems Sun Adapter IP HL 7 User Manual
Page 68
TABLE 28
Connectivity Map - TCPIP Inbound Settings (V3)
(Continued)
Name
Description
SoTimeout
The value of the SoTimeout in milliseconds. This is used for the accepted client
socket. You can enter a value greater than or equal to zero (0). When set to zero
(0), the timeout is infinite.
With this option set to a non-zero value, calling the read() method on the input
stream associated with this socket will block for only the configured length of
time. If the timeout expires, a java.io.InterruptedIOException or
java.net.SocketTimeoutException
is thrown, but the socket remains valid.
Enable this option prior to entering the blocking operation.
TcpNoDelay
An indicator of whether data packets that are smaller than the maximum transfer
unit (MTU) size are sent out immediately over the network (this refers to Nagle’s
algorithm). Select one of the following options:
■
True
– Indicates that the server allows data packets that are smaller than the
MTU size to be sent out immediately over the network. This can improve
performance for higher-speed networks.
■
False
– Indicates that the server does not allow data packets that are less than
the MTU size be sent out immediately over the network.
This is used for the accepted client socket.
TCPIP Inbound Settings - Server Port Binding —
TCP/IP HL7 V3 Inbound Adapter
The following table lists and describes the properties that appear on the Server Port Binding
page of the Properties Editor accessed from the Connectivity Map. The properties define the
server port binding retry options. This section is only used when the Connection Type under
TCPIP Inbound Settings is set to Server.
TABLE 29
Connectivity Map - TCPIP Inbound Settings (V3) - Server Port Binding
Name
Description
Max Binding Retry
The maximum number of times the adapter attempts to bind to the specified
TCP/IP port on the localhost. This value must be an integer.
Retry Binding Interval
The length of time (in milliseconds) the adapter waits between attempts to bind to
the specified TCP/IP port on the localhost.
TCP/IP HL7 V3 Adapter Inbound Connectivity Map Properties
Sun Adapter for TCP/IP HL7 User's Guide • October 2009
68