Re: RFC: last chance for comments on RPCSS

2002-11-11 Thread David Fraser
Greg Turner wrote: This patch doesn't implement the resolve_rpc_endpoint server message yet, although my final (ya right) submission will include an untested implementation (I don't think the interop sample uses this API (or does it?) and that's the only known working test case right now).

Re: RFC: last chance for comments on RPCSS

2002-11-11 Thread Greg Turner
On Monday 11 November 2002 02:29 am, David Fraser wrote: Just to verify, I tried running the interop sample and it works fine locally. Great! glad to hear this works for more than just me :) Doesn't work between Linux and a Windows machine (Linuz client sends messages locally, client on

RFC: last chance for comments on RPCSS

2002-11-10 Thread Greg Turner
Here's a WIP prototype of rpcss, again. This time, it actually does something, implementing endpoint mapping and endpoint unmapping, just enough to successfully complete an actual rpc. I'm still using the MSDN Interop example as my (only) test case -- this can be found in MSDN library, as