problem with sockets on different platforms
I have a GUI/code that sets up and acts as server for my and GUI/code that sets up and acts as a client to my server.
I've set it up so that if the server goes away unexpectedly, the client code should catch the SocketException thrown and handle itself accordingly. This works great on my NT running version 1.3. However, when I run the same code on Irix 5.10d (with SGI's java version 1.3) my client has no idea the server goes away. Is the exception not being thrown on the different system? Is there something I need to look for to throw and catch the proper exceptions?
Any help would be awesome! Thanks!

