I have a script running in a server, which is calling a function in a class. This is a long function, with a foreach importing data, which has been running for a couple of hours and it is estimated to keep running for a couple more.
Now I was asked to do an update on this file (on another function). My question is, if I update this on the server, will that affect the running of the current script? How does this work, the server has those instructions cached and the new file won't affect them? Or it will? I'm confused!