Discussion:
[omniORB] Re: [omniORB-dev] maximum size of -ORBgiopMaxMsgSize
Duncan Grisby
2011-11-29 17:54:27 UTC
Permalink
I have a omniorb server and client implementation and i set the
-ORBgiopMaxMsgSize on both to 10485760. But still sometime my corba server
crashed. And it usually happens when the size of the message is larger than
10485760. Can anyone tell me what is the maximum value that i can set for
-ORBgiopMaxMsgSize?
This is not a question for omniORB-dev. That list is for discussion
about development of omniORB, not development using omniORB. This kind
of question belongs on the main omniORB-list.

The only limit to the maximum message size is the limit of a signed 32
bit integer, since that is fundamental to the way the CORBA messages are
marshalled. You can therefore set it as high as 2147483647.

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...