| Author |
NIO Socket weirdnes in Solaris 2.10
|
luri ron
Ranch Hand
Joined: Dec 11, 2008
Posts: 86
|
|
I tried a client/server NIO server program, and saw some weird behavior.
If i run the client and server on the same Window desktop machine. the work with each other. client conect to the server, query the instrument and get the list of instruments back.
however, if i ran client and server on the Solaris 2.10 box, the NioClient doesn't get anything back from the MockServer. the even more ineresting thing is that, if i run the server on a different solaris 2.10 machine, everything then starts to work.
can sometone sheds some lights? here are the codes.
the NioClient.java
the MockServer.java
|
 |
 |
|
|
subject: NIO Socket weirdnes in Solaris 2.10
|
|
|