php - Does anyone know if xcache functions are atomic? -


i'm wondering xcache functions atomic. know xcache_inc() , xcache_dec() both atomic. dont know if xcache_get() , xcache_unset() atomic.

the feature list says xcache supports "atomic get/set/inc/dec".

so get atomic, whatever means. (it means get never returns in-between value, more or less same thing atomic set.)

also, since set atomic, see no reason why unset wouldn't atomic, too.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -