vote up 0 vote down star

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?

flag

45% accept rate

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.