[omniORB] Re: [omniORB-dev] maximum size of -ORBgiopMaxMsgSize
Duncan Grisby
duncan at grisby.org
Tue Nov 29 11:54:21 GMT 2011
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 --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list