JSONRpcHttpClient opens a new connection for each request because streams
aren't closed properly.
I appended a fix and a loadtest (patch against rev. 238666) to see if the
system runs out of sockets.
To reproduce the problem run the loadtest with the fix (JsonRpcHttpClient.java)
not applied.
Btw. I would love to see your project on github - would be much more
comfortable to contribute.. :)
regards, Eduard
Original issue reported on code.google.com by eduard.s...@gmail.com on 10 Dec 2012 at 4:36
Original issue reported on code.google.com by
eduard.s...@gmail.com
on 10 Dec 2012 at 4:36Attachments: