rpcrt4: Implement a process-wide connection pool for client connections, rather than relying on the restriction of one connection per binding. This also avoids the problem of two threads using the same connection at the same time.

Robert Shearman rob at codeweavers.com
Wed Jun 7 14:12:34 CDT 2006


---

  dlls/rpcrt4/rpc_binding.c   |   34 ++++++++++++++++++++------------
  dlls/rpcrt4/rpc_binding.h   |    6 ++++++
  dlls/rpcrt4/rpc_transport.c |   46 
+++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 73 insertions(+), 13 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4472bfc6753a546e5770f41a59783621a71b2fdc.diff
Type: text/x-patch
Size: 6046 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060607/5363fecb/4472bfc6753a546e5770f41a59783621a71b2fdc.diff


More information about the wine-patches mailing list