How to check if server channel is up?

Hi,

How do I (from the client side) check if a server channel is up and listning

The easy (and dirty way) is just to try and create a remote object on the server (and then catch any exception). I got an IPC server/client(s) system running on the box (all processes created under the active user account) - shouldn't this be possible to check in a safe manner



Answer this question

How to check if server channel is up?