Hi !
First, sorry for my english... :biggrin:
We have Progress databases on Linux Server.
At night we run 4 ".sh" with the cron table with 30min between each ".sh". These .sh contain many "b-pro" which run ".r"
To connect to the databases, a process (mprosrv) is run per database (8 for me).
The problem is when the 1st .sh is finished processes keep running, they are not killed. So 30min after the 2nd .sh re-create 8 process to connect to the databases.
In the morning, we have 4*8 = 32 processes which are not used and which use resources for nothing.
It causes problem like "OE Broker fails to find a server available for connecting".
How can we do to have less processes used or to the 2nd .sh use processes (connections) of the 1st .sh ?
Thank you for your reply.
First, sorry for my english... :biggrin:
We have Progress databases on Linux Server.
At night we run 4 ".sh" with the cron table with 30min between each ".sh". These .sh contain many "b-pro" which run ".r"
To connect to the databases, a process (mprosrv) is run per database (8 for me).
The problem is when the 1st .sh is finished processes keep running, they are not killed. So 30min after the 2nd .sh re-create 8 process to connect to the databases.
In the morning, we have 4*8 = 32 processes which are not used and which use resources for nothing.
It causes problem like "OE Broker fails to find a server available for connecting".
How can we do to have less processes used or to the 2nd .sh use processes (connections) of the 1st .sh ?
Thank you for your reply.
