[omniORB] Looking for the best pratice of setting omniORB Parameters

Tamas Kerecsen kerecsen at gmail.com
Thu Sep 7 11:11:09 BST 2006


Olivier,

You should be able to pass in this parameter on the command line using
-ORBmaxGIOPConnectionPerServer max, or  just specify it in your omniORB.cfg.

See also http://omniorb.sourceforge.net/omnipy2/omniORBpy/omniORBpy004.html

  Tamas

On 9/7/06, Olivier Thiboutot <o.thiboutot at voxco.com> wrote:
>
>
> Hi all,
>
> I'm working with omniOrb 2.80 on MS VC++6 and we want to migrate to
> 4.0.7.
>
> Here is the question: We had lines of codes of the way
>         omniORB::maxTcpConnectionPerServer = max;
>
> Now with the 4.0.7, I only found this way.
>
> Adding
> #include "OmniOrb4/internal/orbParameters.h"
>
> omni::orbParameters::maxGIOPConnectionPerServer = max;
>
> I feel that using #include "OmniOrb4/internal/..." is not the best way
> to do it...
>
> Can you just tip me on that ?
>
> Olivier Thiboutot
>
>
> _______________________________________________
> omniORB-list mailing list
> omniORB-list at omniorb-support.com
> http://www.omniorb-support.com/mailman/listinfo/omniorb-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20060907/ec54964a/attachment.htm


More information about the omniORB-list mailing list