i myself rate this RFE for highest rank.
stable is more than "works fine"
cos some random crashes can't be reproduced in test env.
this RFE require a non-blocking lock, and a "disable/reinitize"
flag (if can make it accessable without lock, it should be
faster)
-> when disable is set, php should work as if there's no
mmcache
-> when reinitize flag is set, mmcache try to obtain a write-
lock(non-blocking mode)
---> if ok, reinitize the mmcache-share-memory
---> if failed. run php as if mmcahce is disabled
all these stuffs is to make living site UP
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=185131
i myself rate this RFE for highest rank.
stable is more than "works fine"
cos some random crashes can't be reproduced in test env.
this RFE require a non-blocking lock, and a "disable/reinitize"
flag (if can make it accessable without lock, it should be
faster)
-> when disable is set, php should work as if there's no
mmcache
-> when reinitize flag is set, mmcache try to obtain a write-
lock(non-blocking mode)
---> if ok, reinitize the mmcache-share-memory
---> if failed. run php as if mmcahce is disabled
all these stuffs is to make living site UP