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
_______________________________________________
kfwdev mailing list
kfwdev@mit.edu
http://mailman.mit.edu/mailman/listinfo/kfwdev

Reply via email to