[omniORB] interprocess comm

Duncan Grisby duncan@grisby.org
Mon Jul 15 11:05:01 2002


On Friday 12 July, Luke Deller wrote:

> Duncan Grisby wrote:
> > No. Windows has no equivalent fast local machine stream transport
> > (that I'm aware of).
> 
> Have you considered win32 named pipes?  I think that they can be used as a 
> fast local machine stream transport.  Here is the documentation for them:

They look like they would work. The big advantage of Unix domain
sockets is that they are almost identical in use to TCP, so very
few code changes are required to do a Unix socket transport. It looks
like it would be easy enough to do a Win32 named pipe transport, but
more effort than a Unix socket one.

Code contributions gratefully accepted...

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan@grisby.org     --
   -- http://www.grisby.org --