[omniORB] interprocess comm
Luke Deller
ldeller@xplantechnology.com
Fri Jul 12 06:11:01 2002
Hi Duncan,
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:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipc/pipes_0tmb.asp
Unfortunately they are only supported by Windows NT/2000/XP, not 95/98/Me.
Regards,
Luke.