DCE Async RPC
How do I perform asynchronous RPC?
DCE-RPC is synchronous. The way to make an asynchronous call is to create a thread for each RPC call. You should be able to have dozens, if not hundreds, of threads with no problem.
Previous slide
Next slide
Back to first slide
View graphic version