<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
 <br><div><div>On Jul 11, 2007, at 11:57 , Anjali Kumari wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; ">Well I see functions memcache::increment and memcache::decrement in Php manual.<br>@<span class="Apple-converted-space"> </span><a href="http://www.phpbuilder.com/manual/en/function.memcache-increment.php">http://www.phpbuilder.com/manual/en/function.memcache-increment.php<span class="Apple-converted-space"> </span></a><br>Now I also see an incr and decr functions on the internet and as you mentioned it says that incr and decr are atomic.<br>So my question is - are these the same functions, and are both atomic.<br></span></blockquote></div><div><br class="webkit-block-placeholder"></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Ah, you're asking about a PHP client.  I would assume these functions are built off the fundamental incr and decr memcached operations and are thus atomic.  If not, they've got some bugs and need to be fixed so that they are atomic.</div><div><br class="webkit-block-placeholder"></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>You should be able to tell by looking at the client source if you're concerned.<br class="webkit-block-placeholder"></div><br><div> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>-- </div><div>Dustin Sallings</div><br class="Apple-interchange-newline"></span> </div><br></body></html>