[omniORB] How is this situation handled - delete non-heap data ?
Rene Jager
renej.frog at yucom.be
Fri Nov 14 20:52:24 GMT 2003
maybe the following addition can be added to omniORB?
------
This patch allows you to specifiy unix domain socket transport in a
corbaloc (and thus in a corbaname). The syntax is as follows:
corbaloc:uiop:SOCKET:/KEY
As opposed to:
corbaloc:iiop:HOST:PORT/KEY
The last ':' is used to seperate the socket path from the '/' which is
the standard delimiter between address and KEY. So instead of HOST:PORT
you supply a path to the socket. Example:
corbaloc:uiop:/tmp/omni-sockets/my_socket:/my_object_key
The extra ':' is only necessary when the 'uiop' address is the last
before the '/KEY' part. Example:
corbaloc:uiop:/tmp/sock1,uiop:/tmp/sock2:/my_key
As you can see, the ',' after '/tmp/sock1' makes the extra ':'
unnecessary.
------
diff is attached
renej
-------------- next part --------------
A non-text attachment was scrubbed...
Name: omniORB-4.0.1-uiop.diff
Type: text/x-patch
Size: 8316 bytes
Desc: not available
Url : http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20031114/b9175a73/omniORB-4.0.1-uiop.bin
More information about the omniORB-list
mailing list