The default parameter (5) restricts the launch of containers in parallel.
This value (50) seems a good tradeoff on current machines. It might be
necessary to increase it further in the future.
orbdata.append("%sInitRef = NameService=corbaname::%s:%s"%(prefix,host,port))
orbdata.append("%sgiopMaxMsgSize = %s # 2 GBytes"%(prefix,GIOP_MaxMsgSize))
orbdata.append("%straceLevel = 0 # critical errors only"%(prefix))
+ orbdata.append("%smaxGIOPConnectionPerServer = 50 # to allow containers parallel launch"%(prefix))
orbdata.append("")
f = open(omniorb_config, "w")