Hi,

We have client code taken from the example file ClientMultiThreadedExecution.java and we have the client talking to Apache backend. We have noticed that the client makes a brand new connection on every request. What we want is for the connection pool to keep persistent connections to the backend and to reuse those.

One difference between our code and the example is that we do not use GetThread but client.execute. We have spent a couple of hours looking on google and on hc.apache.org but can't figure it out. Any ideas?

Thanks,
Pankaj


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to