Products | Versions |
---|---|
TIBCO Rendezvous | - |
Not Applicable | - |
Resolution:
Description:
============
When running the src/examples/configapi/Example.java program against an RVRD running on a Linux box, a high number of TCP connections with status TIME_WAIT is observed.
Environment:
===========
All
Cause:
=====
The RV/RV routing daemon administration API is implemented using the HTPP protocol. An API query is translated into one or more HTTP requests, each of which initiates a single TCP connection. The high number of TIME_WAIT sockets indicates those short lived TCP connections.