View Single Post
  #7  
Old 01-14-2013, 10:46 AM
Monarobase Monarobase is offline
Senior Member
 
Join Date: Jan 2013
Posts: 97
I've just read that xcache caches per process just like APC.

If xcache has no protection to prevent users from accessing each other's cache set with xcache_set() and retrieved with xcache_get() then xcache has exactly the same problem as APC.

As far as I can see the only solution here to use Xcache or APC would be to either run one PHP process per user and fork this process for that user (Fastcgi can do this but fcgid can't from what I've understood LSAPI can't either
Reply With Quote