vote up 0 vote down star

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.

flag

42% accept rate

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.