[omniORB] DynValueCommon and sharing semantics
JiangWei
jw.omni at sduept.com
Wed Aug 2 21:20:08 BST 2006
Duncan Grisby =D0=B4=B5=C0:
> What omniORB does is to convert an Any into a DynAny on demand, and at
> that time, any sharing information is lost. Once the DynAny is converte=
d
> back into an Any, the value inside is once again a normal value, and ca=
n
> be shared. Any other implementation would cause all kinds of problems, =
I
> think.
> =20
My server want to handle some unkonwn valuetype (definition at client
side after server running ) .
I have to implement it with DSI and DynAny because
no facotries for them. But DynAny can't keep sharing semantics.
More information about the omniORB-list
mailing list