views:

74

answers:

0

A server application is using Microsoft RPC for interprocess communications. It starts an RPC server with an endpoint corresponding to a connection-oriented protocol (ncacn_np for example). Multiple clients call methods in this server using binding handles. Is it possible for the server to detect that a client that invoked any given client has crashed and return from that call immediately?

I've seen answers to this question, but still don't get if it is possible with binding handles.