How to get RPC notification when a client terminates?

Danny Mayer mayer at ntp.isc.org
Sun Nov 18 22:59:53 EST 2007


Kevin Koch wrote:
> Thanks for that suggestion.  I don't believe the local RPC mechanism uses
> TCP or UDP so are I/O completion ports applicable?
> 
> WRT resource usage:
> 
> An open connection is required between the CCAPI server and each client no
> matter what type of solution.
> 
> To reduce server thread usage to one, I'm looking into asynchronous RPC
> calls from the CCAPI server to the clients.  RPC notifications can be used
> to tell the CCAPI server about completion/cancellation.
> 

You didn't give me much to go on. If an open connection is required then
you should be able to detect when the other end has gone away. What
calls are being used for the connection?

Danny



More information about the kfwdev mailing list