Start DB's on 1 system and access on another

mcunningham

New Member
I have a feeling that this is not possible, but I need to ask anyway. I have 2 UNIX systems, both running Progress V9.1D. One is a development box and the other is run-time. What I would like to do to save memory usage on the run-time box is start the databases on the development box and then allow the users/r-code to access them from the run-time box. Is there a way to do this??

Thanks!!!
 

cecsno

Member
mcunningham said:
I have a feeling that this is not possible, but I need to ask anyway. I have 2 UNIX systems, both running Progress V9.1D. One is a development box and the other is run-time. What I would like to do to save memory usage on the run-time box is start the databases on the development box and then allow the users/r-code to access them from the run-time box. Is there a way to do this??

Thanks!!!
You need client/networking on the run-time box and start a network server/broker on the development box. Look at the -H, -S and -N parameters.
 
Top