I'm doing some research in using OpenDDS. In the configure script I came across the option to use different TAO implementations.
- OCI's TAO
- DOC Group TAO
I've read OCI does more testing and has direct bug fixing. On the other hand I saw a library TAOX11 which adds C++11 support to DOC Group TAO, what OCI TAO doesn't have. This feature is very handy but in my opinion the solution with the least problems is using OCI's TAO, because OCI also developed OpenDDS.
Now my question is, does anybody has experience with the two libraries and knows which implementation I use best with OpenDDS?