On Wed, Sep 23, 2015 at 07:45:41PM +0530, Pradeep Jindal wrote: > http-reuse won't serve the purpose here as it needs sessions to persist > from client side for being able to reuse them for other sessions' requests.
Not exactly, it needs that *some* client connections persist, because each server-side connection must be assigned to a client-side one at any moment. If you run with 100% closed connections it will be useless, but if you have even just a few percent of persistent front connections it will work pretty well and considerably reduce the number of connections on your servers. Regards, Willy

