|
problem with ServerSocket on Linux
I created a server class with ServerSocket, and run it on Linux, when the Linux is rebooted, the client side could not feel it. It is still pending at "read" method instead of -1 returned from the method.
It works when it is not run in daemon.
Why?
|