How can I increase the number of connections that ZXTM can handle?
A limiting factor in the number of connections that can be made per second by ZXTM is the availability of 'ephemeral' network ports. To maximize this, you'll want to increase the range of local ports available, and decrease the length of time that old ports are kept in Note that the 'ephemeral port' limit dictates the number of different TCP connections that the ZXTM can make to an individual back-end node. ZXTM upgrades all HTTP connections to HTTP Keepalives to the back-end nodes, so several thousand HTTP requests-per-second may only use 10 or 20 TCP connections-per-second. Linux
On Linux (2.4.x), the local port ranges are set by the file
The file
FreeBSD You can adjust the portranges with the sysctl command. e.g.
Solaris
The system command '
To increase the range, run the command:
|
Recently...
Other Resources
|





