Hi,
I have an application in PowerBuilder 6.5.
I wanted to know if it is possible to deploy it on a network directory and be executed by several users and workstations. Are there any contraints for its implementation ?
Thank you for your answers.
Hi,
I have an application in PowerBuilder 6.5.
I wanted to know if it is possible to deploy it on a network directory and be executed by several users and workstations. Are there any contraints for its implementation ?
Thank you for your answers.
Every time the app exits gracefully, it opens the IMALIVE file, reads the value, decrements it, saves it, and closes the file. If the number decrements to zero, delete the file.
When deploying, if the IMALIVE file exists you know at least one user is still active.
This schemes does not handle abends or aborts.