show/hide this revision's text 3 edited tags
show/hide this revision's text 2 added 3 characters in body

Microsoft RPC has a mechanism called asynchronous pipes. The only sample for handling it I've seen so far (in MSDN) involves using APC (asynchronous procedure call) callbacks.

Is there a way to implement client and server side pipe handling without APC - for example, with some wait functions? What are the key steps to doing this?

show/hide this revision's text 1

Using asynchronous RPC pipes without APC callback

Microsoft RPC has a mechanism called asynchronous pipes. The only sample for handling it I've seen so far (in MSDN) involves using APC (asynchronous procedure call) callbacks. Is there a way to implement client and server side pipe handling without APC - for example, with some wait functions? What are the key steps to doing this?