I\'m currently translating an API from C# to Java which has a network component.
The C# version seems to keep the input and output streams and the socket open for th
If you've only got a single socket on the client and the server, you should keep it open for as long as possible.