Quote:
Originally Posted by Crow
I'm pretty sure using temp. variables lowers the memory usage.
|
Would seem like it should, since the variables will be deleted when the function (or loop, etc) is over, rather than storing them.
Though I'm not sure if it's stored on the hard drive (virtual memory) or actual memory on the systems running the servers.