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

Olivier Thiboutot o.thiboutot at voxco.com
Thu Sep 7 12:15:52 BST 2006


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




More information about the omniORB-list mailing list