Does PHP have global variables that can be modified by one running script and read by another?
You can actually do this using shared memory, or APC (which is using shared memory itself).