Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Multithreaded RPC client (windows RPC newbie question)

8 views
Skip to first unread message

JC2

unread,
Sep 15, 2009, 4:59:35 PM9/15/09
to
I have a multithreaded RPC client application where many threads may
simultaneously make RPC calls to the same RPC server. What is the
correct way to set this up?

If I'm using an implicit binding handle, is it safe to simply
initialize that binding with RpcBindingFromStringBinding (or some
such) once on the application main thread, then make RPC calls from
the other threads as necessary? Or do I need to use explicit handles
and maintain a separate binding handle for each thread?

Thanks!
JC

JC2

unread,
Sep 18, 2009, 3:50:12 PM9/18/09
to
Does anybody know a better place to find information about the
question below?

Thanks!
JC

Paul Russell

unread,
Nov 4, 2009, 1:40:00 AM11/4/09
to
the platform SDK has good details, I would also recommend marshall brain's
win32 system services book. there is a solid overview/walk through sample
of a multithreaded RPC app using mandlebrot set..

--
thanks
.paul

/*++

Paul Russell

--*/

"JC2" <jason.c...@gmail.com> wrote in message
news:f68ee708-0dc9-494e...@o36g2000vbl.googlegroups.com...

0 new messages