Re: maximum size of -ORBgiopMaxMsgSize

Duncan Grisby <[email protected]> Tue, 29 Nov 2011 11:54:21 +0000
Newsgroups gmane.comp.corba.omniorb.devel
Message-ID <1322567661.17253.2.camel@localhost>
On Mon, 2011-11-28 at 04:31 -0800, adeeshah wrote:

> 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         --
  -- [email protected]     --
   -- http://www.grisby.org --