Displaying 1 result from an estimated 1 matches for "dcerpc_pipe_connect_b".
Did you mean:
dcerpc_pipe_connect
2013 Jul 08
1
dcerpc + threads
...med that it is worth trying to multi-thread the application.
So my question, in short, is whether any of the dcerpc/tevent/talloc libraries are thread-unsafe? If not, do I need to do something special?
In my testing thus far (with only 2 threads), I often, but not always, get a failure from 'dcerpc_pipe_connect_b' with error code 0xc000008b or?0xc000000d. Needless to say, I haven't seen a failure when removing either of the threads.
Thanks,
Ilya