[Progress Communities] [Progress OpenEdge ABL] Forum Post: Locking of procedure libraries and CI/CD

  • Thread starter Thread starter danielb
  • Start date Start date
Status
Not open for further replies.
D

danielb

Guest
We are looking at moving from individual R-code files on disk to procedure libraries (possibly even shared PLs), however the biggest hurdle we have with that is continuous deployment. Progress sessions will lock the PL files as soon as they get accessed, so they cannot be changed while the process is running. Has anyone had to solve this issue before? What techniques or options are there for replacing PL files while the progress session is running? We have thought about, on session startup, performing some sort of manual shadow-copy process, then add the copies to the propath. We can the replace the masters, and restart at will, but we would prefer a Progress-default option. Any help or options are appreciated.

Continue reading...
 
Status
Not open for further replies.
Back
Top