To achieve integrity and atomicity i am using pseudo lock operations.
Adam Lee suggested me to use CAS if i need to implement Locking but it
is not supported in Memcache Library.
Please suggest me which library to use..
Waiting for a favourable reply.
Regards,
Sagar
ohh ok..But Have anybody used that libarary as its only one stable
version is available.
We are using pecl-memcached and it's working great! I like that it
have lots of options to play with.
On Jan 29, 7:55 pm, ash2k - <ash...@gmail.com> wrote:
> 2010/1/29 nEosAg <sonawane.sa...@gmail.com>:
But not big issue, passing the persitent id is usefull if you
instanciating a lot of Memcached object and you want them to share the
same connection, but i highly recommand to extend Memcached to
implement a Singleton logic, works better and remove the risk of
having that issue.