IPC Timeouts
The timeout for inter process reads and writes for TIBCO Patterns servers is fixed at 30 seconds. If a read or write request to a client process is inactive for 30 seconds, the server closes the socket. Additionally, if a persistent connection is not used for 90 seconds, the server closes the socket.
There are no timeouts on a read from a client using the "C", Java, or .NET interfaces to a TIBCO Patterns server. The read request waits until the server responds, the connection is dropped, or the read request is interrupted by a signal.