Discussion:
[omniORB] Chunked valuetypes
christian häßelbarth
2013-07-29 10:10:17 UTC
Permalink
Hi all,

I'm using omniORB in a C++ application.

Does anybody know when valuestypes are sent in chunks? Are there special
preconditions according the data, size, etc. ?

Thanks for your help!

Best Regards,
Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20130729/e27e9052/attachment.html>
Duncan Grisby
2013-07-29 16:45:38 UTC
Permalink
Post by christian häßelbarth
I'm using omniORB in a C++ application.
Does anybody know when valuestypes are sent in chunks? Are there
special preconditions according the data, size, etc. ?
omniORB for C++ only sends chunks when marshalling a truncatable
valuetype. omniORBpy always sends valuetypes chunked.

Why do you ask?

Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
christian häßelbarth
2013-08-02 11:45:46 UTC
Permalink
Hi,

sorry for my late reply, I was very busy at my job.

I've tested omniORBpy after my post.
I was just wondering why omniORB for C++ doesn't send chunks. The fact that
omniORB for C++ only sends chunks when marshalling a truncatable valuetype was
not clear to me.

Thanks,

Regards,
Christian
Post by Duncan Grisby
Post by christian häßelbarth
I'm using omniORB in a C++ application.
Does anybody know when valuestypes are sent in chunks? Are there
special preconditions according the data, size, etc. ?
omniORB for C++ only sends chunks when marshalling a truncatable
valuetype. omniORBpy always sends valuetypes chunked.
Why do you ask?
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20130802/6c866f5e/attachment.html>
Loading...