A problem of "ServerSocket" on Linux

I created a server class with ServerSocket, and run it on Linux (in daemon), however, 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?
[276 byte] By [HoganWanga] at [2007-11-26 12:52:29]
# 1
Cross post: http://forum.java.sun.com/thread.jspa?threadID=5116606
ejpa at 2007-7-7 16:41:30 > top of Java-index,Archived Forums,Socket Programming...