Joachim Achtzehnter

Results 8 comments of Joachim Achtzehnter

> Adding virtual will cost performance, a solution without virtual would be preferred Yes, understood, but avoiding virtual functions here is easier said than done because of the design of...

> Adding virtual will cost performance, a solution without virtual would be preferred One more comment about the desire to avoid virtual functions for performance reasons: Although `ACE_OutputCDR` does not...

By the way, I'm not sure why the VS2017WChar build failed. This happens because some PIDL files are apparently not having their stubs generated, but the pull request didn't make...

Client and server log files are attached. I compressed these because the server log file includes hex dumps of the complete 4 MB reply. At the very end of `server_log.txt`...

> Could you make a PR for the new test to place it under https://github.com/DOCGroup/ACE_TAO/tree/master/TAO/tests/GIOP_Fragments? Don't add generated files and generated makefiles Done (Pull request #1205). This may need some...

TAO does not seem to break strings across fragments, and in fact, it does not even break up an element of a sequence. This may be the problem. For example,...

Further investigation suggests, that strings specifically care causing issues. Composite data types generated by `tao_idl` will recursively use the primitive marshaling routines, and as long as these fragment correctly, the...

> Please extend the unit test you have with various IDL constructs that you are using for testing. Not sure I will have time for this. It turns out that...