Hi all,
I just have a question about how PHP works.
Say I have several classes that I call but don't unset()
once I've finished with them, how long will the server hang onto that data. Is it completely dependant on the client connection to the server?
Similarly, I understand a little about PHP pools - does this create a new 'instance' of php to serve every client connection?