ZXTM tries to maintain a pool of idle connections to back-end servers in order to re-use them for future requests. This is done to eliminate connection startup times.
ZXTM will by default try to convert incoming HTTP requests into 'KeepAlive' connections, in order to gain efficiency through the use of these pooled connections. Similarly, ZXTM will also try to maintain persistent connections to HTTP clients, for the same reasons.