rpcrt4: Implement a process-wide connection pool for client connections,
commit58ec282bfb245991ba439818a320f7650d094ad8
authorRobert Shearman <rob@codeweavers.com>
Wed, 7 Jun 2006 19:12:34 +0000 (7 20:12 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 8 Jun 2006 08:16:00 +0000 (8 10:16 +0200)
tree20e3d586f7e7816979e1bff60b8a42734a5e7a8e
parent1412c47a508d7ed4aacdd47420b4c6f7d2baca77
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.
dlls/rpcrt4/rpc_binding.c
dlls/rpcrt4/rpc_binding.h
dlls/rpcrt4/rpc_transport.c