jnan77 / jsonrpc4j

Automatically exported from code.google.com/p/jsonrpc4j
0 stars 0 forks source link

StreamServer lock up #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a streamserver with a simple rpc, similar to the readme
2. create a client that opens and closes sockets often (I do 1 socket per call 
in my setup)
3. wait.

What is the expected output? What do you see instead?
I expect my simple rpc to continue to return but instead it locks up the jvm.
I know this is on the server side because I am using a python client

What version of the product are you using? On what operating system?
0.25, ubuntu 12

Please provide any additional information below.

Original issue reported on code.google.com by Keith.Ai...@gmail.com on 10 Oct 2012 at 10:28

GoogleCodeExporter commented 8 years ago
please provide a test case or something.  I haven't experienced this myself 
with the streamserver.

Original comment by brian.di...@gmail.com on 28 Nov 2012 at 7:58

GoogleCodeExporter commented 8 years ago
I'm going to close this, i think it was addressed in the last push - it had to 
do with sockets not being closed on the server and the OS running out of open 
files.

Original comment by brian.di...@gmail.com on 25 Feb 2013 at 6:00