I am running an EntireX dotNet RPC server (v7.3) on a Windows 2003 Standard server. This RPC server is attached to a broker on a Mainframe. Calls from the Mainframe work properly, however, I have two issues with the RPC server service :
- When to service is stopped in the windows services console, the rpcservice.exe process stops, but the rpcserver.exe process does not. I can see an error in the windows event log saying the the rpcserver.exe process failed to stop, but the log file that the event message points to, does not exist.
- If there are no calls made to the RPC server for a few hours, the server seems to hang i.e. the mainframe cannot reach the server. What can I do to prevent the RPC server from “dying”?
Thanks in advance.