Hey all,<div>I&#39;m wondering if there is a way to use global variables? I see that $var variables are persistent across the process, but I need something that will persist across all processes. Right now, I&#39;m using memcache, but I&#39;m not sure if I&#39;ll have race conditions relying on that as I expect many processes to be accessing and updating the globals for every call.</div>

<div><br></div><div>Thanks,</div><div>Brett</div><div><br></div>