from what ive read, it can be used for ipc but is normally used for caching data from scripts, and can also lead to race conditions (bad implementation could add up to security issues) -- i dont do php anymore, what were you considering?
I'm making a system that requires I store a *very* small amount of data in a persistant array. I know I could use SQL, but it's a pretty small program. I do have an implementation of the program in Python and another software, but I might have to rewrite it in PHP soon. Just checking out my options.
from what ive read, it can be used for ipc but is normally used for caching data from scripts, and can also lead to race conditions (bad implementation could add up to security issues) -- i dont do php anymore, what were you considering?
I have actually not
I'm making a system that requires I store a *very* small amount of data in a persistant array. I know I could use SQL, but it's a pretty small program. I do have an implementation of the program in Python and another software, but I might have to rewrite it in PHP soon. Just checking out my options.