[omniORB] Re: Omniorb and Java
   
    Sai-Lai Lo
     
    S.Lo@orl.co.uk
       
    26 Jan 1999 16:15:22 +0000
    
    
  
>>>>> Armen Yampolsky writes:
> You need to change it in two places. First, in your server, write
> omniORB::idleConnectionScanPeriod(omniORB::idleIncoming, 0); //0 turns
> timeout off
> Next, if you are using omniNames, you must alter the source code to do
> the same thing. I am attaching our modification to omniNames.cc which
> allows you to call it with an additional argument: '-ORBinConScanPeriod
> <sec>'. ORL said they will add the args:
>   -ORBinConScanPeriod  <sec>
>   -ORBoutConScanPeriod <sec>
>  in the next release. Anyway, you must set that (the incoming) to 0.
As promised, the command line options are there in 2.7.0.
Sai-Lai