J
jankeir
Guest
Our application uses the shadow copy technique (it was like that when I started), it works fine as long as you have only a single instance of the application running, but as soon as you start a second instance and the .pl has changed since the first one started you will run into problems. We solved this by putting a folder in front of the propath that contains the updated .r files during the day and only replace the .pl on sunday. In hindsight I can tell you Mike's suggestion sounds a hell of a lot better. For appservers it's probably also the only decent way to use .pl's that can be updated without shutting down everything.
Continue reading...
Continue reading...