You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
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.