I used the Java version.
On Fri, Jun 26, 2009 at 11:07 PM, Oscar<[email protected]> wrote: > Hi all, > > For the performance issue, I maintained a RPC connection pool. > Before calling a RPC, client borrowed one connection from the pool and > returned the connection after calling the RPC. > > Now i have a problem, I don't know the connection is closed after > server-side restarts. > > > > Any suggestions? > > > thank you very much, > -Oscar >
