R
Robert Dufour
Requirements are as follows.
1- There is a server application running named srvrApp. When an event occurs
in the srvrAPP on the server, say InfoRcvd occurs, it must send information
to a Winform application CltApp, that should be running on a remote machine,
and CltApp must be able to return some information to the srvrApp.
Because there may be many clients running I will have to determine to which
machine I want to send the Information from the server, so I have to find
out if a machine is up and running, I think a ping can do this, and if the
application is running on the remote machine and also if the remote
application is currently free.
Question 1- How do you determine if cltApp is running on a particular remote
machine?
Question 2- How can you determine if cltApp is already being used in a
session between the server and the client?
My suspicion is that I will have to work with remoting but I haven't found
any discusssions on something similar to what I described above. Any help
would be appreciated.
Bob
1- There is a server application running named srvrApp. When an event occurs
in the srvrAPP on the server, say InfoRcvd occurs, it must send information
to a Winform application CltApp, that should be running on a remote machine,
and CltApp must be able to return some information to the srvrApp.
Because there may be many clients running I will have to determine to which
machine I want to send the Information from the server, so I have to find
out if a machine is up and running, I think a ping can do this, and if the
application is running on the remote machine and also if the remote
application is currently free.
Question 1- How do you determine if cltApp is running on a particular remote
machine?
Question 2- How can you determine if cltApp is already being used in a
session between the server and the client?
My suspicion is that I will have to work with remoting but I haven't found
any discusssions on something similar to what I described above. Any help
would be appreciated.
Bob