[omniORB] data size limit and marshalling
Luke Deller
ldeller@xplantechnology.com
Thu Jul 4 01:57:01 2002
Hi Martin,
PAULET Martin wrote:
> Is any data size limitation for marshalling ?
Yes there is a limit on the size of a CORBA message.
If you are using omniORB 4, you can adjust the limit in your configuration
file using the "giopMaxMessageSize" option. There is a sample configuration
file included with omniORB4, which you can also view at:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/omniorb/omni/Attic/sample.cfg?rev=1.1.2.6&only_with_tag=omni4_0_develop&content-type=text/vnd.viewcvs-markup
If you are using omniORB 3, you can adjust the message limit using a
command-line option or call a function at runtime as described in this
section of the user manual:
http://omniorb.sourceforge.net/omni30/omniORB/omniORB006.html#toc30
Regards,
Luke.