<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mental notes to myself &#187; Memcached</title>
	<atom:link href="http://livebookmark.net/journal/category/technology/memcached/feed/" rel="self" type="application/rss+xml" />
	<link>http://livebookmark.net/journal</link>
	<description>web, money and etc.</description>
	<lastBuildDate>Sat, 31 Oct 2009 15:36:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>new pecl/memcache is out with memcache.php</title>
		<link>http://livebookmark.net/journal/2008/09/11/new-peclmemcache-is-out-with-memcachephp/</link>
		<comments>http://livebookmark.net/journal/2008/09/11/new-peclmemcache-is-out-with-memcachephp/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 02:34:11 +0000</pubDate>
		<dc:creator>Harun Yayli</dc:creator>
				<category><![CDATA[Memcached]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[pecl]]></category>

		<guid isPermaLink="false">http://livebookmark.net/journal/?p=176</guid>
		<description><![CDATA[I&#8217;ve just received news from Mikael Johansson that the new builds of pecl/memcache 2.2.4 stable and 3.0.2 beta is out with memcache.php 
go grab your copy!
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just received news from Mikael Johansson that the new builds of pecl/memcache <a href="http://pecl.php.net/package/memcache/2.2.4">2.2.4 stable</a> and <a href="http://pecl.php.net/package/memcache/3.0.2">3.0.2 beta</a> is out with <a href="http://livebookmark.net/memcachephp">memcache.php</a> </p>
<p><a href="http://pecl.php.net/package/memcache">go</a> grab your copy!</p>
]]></content:encoded>
			<wfw:commentRss>http://livebookmark.net/journal/2008/09/11/new-peclmemcache-is-out-with-memcachephp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>memcache.php flushes servers</title>
		<link>http://livebookmark.net/journal/2008/08/28/memcachephp-flushes-servers/</link>
		<comments>http://livebookmark.net/journal/2008/08/28/memcachephp-flushes-servers/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 19:23:23 +0000</pubDate>
		<dc:creator>Harun Yayli</dc:creator>
				<category><![CDATA[Memcached]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[pecl]]></category>

		<guid isPermaLink="false">http://livebookmark.net/journal/?p=175</guid>
		<description><![CDATA[Your good comments from all over the world about memcache.php is amazing. Thank you all!
I&#8217;ve recently received a contribution from Michael Gauthier. I took the liberty to tweak a bit and now memcache.php can flush individual server (no flush all servers yet). 
File is now updated and you can get it from here.
PS: I didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Your good comments from all over the world about <a href="http://livebookmark.net/journal/2008/05/21/memcachephp-stats-like-apcphp/">memcache.php</a> is amazing. Thank you all!</p>
<p>I&#8217;ve recently received a contribution from Michael Gauthier. I took the liberty to tweak a bit and now memcache.php can flush individual server (no flush all servers yet). </p>
<p>File is now updated and you can get it from <a href="http://livebookmark.net/memcachephp/memcachephp.zip">here</a>.</p>
<p>PS: I didn&#8217;t receive any feedback from pecl guys about my previous update. I&#8217;ll post this to them again. I&#8217;ll announce when this version is in pecl/memcache CVS.</p>
]]></content:encoded>
			<wfw:commentRss>http://livebookmark.net/journal/2008/08/28/memcachephp-flushes-servers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>memcache.php can delete keys now</title>
		<link>http://livebookmark.net/journal/2008/07/30/memcachephp-can-delete-keys-now/</link>
		<comments>http://livebookmark.net/journal/2008/07/30/memcachephp-can-delete-keys-now/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 14:50:34 +0000</pubDate>
		<dc:creator>Harun Yayli</dc:creator>
				<category><![CDATA[Memcached]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[pecl]]></category>

		<guid isPermaLink="false">http://livebookmark.net/journal/?p=174</guid>
		<description><![CDATA[I&#8217;m receiving great comments from everyone since I&#8217;ve posted my memcache.php script. Thank you everyone.
I&#8217;ve just finished updating the memcache.php to support key deletion.
File is now updated and you can get it from here.
It&#8217;ll be updated on the cvs of pecl/memcache soon.
enjoy.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m receiving great comments from everyone since I&#8217;ve posted my <a href="http://livebookmark.net/journal/2008/05/21/memcachephp-stats-like-apcphp/">memcache.php</a> script. Thank you everyone.<br />
I&#8217;ve just finished updating the memcache.php to support key deletion.<br />
File is now updated and you can get it from <a href="http://livebookmark.net/memcachephp/memcachephp.zip">here</a>.<br />
It&#8217;ll be updated on the cvs of pecl/memcache soon.</p>
<p>enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://livebookmark.net/journal/2008/07/30/memcachephp-can-delete-keys-now/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>memcache.php is now part of pecl/memcache</title>
		<link>http://livebookmark.net/journal/2008/06/03/memcachephp-is-now-part-of-peclmemcache/</link>
		<comments>http://livebookmark.net/journal/2008/06/03/memcachephp-is-now-part-of-peclmemcache/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 01:46:18 +0000</pubDate>
		<dc:creator>Harun Yayli</dc:creator>
				<category><![CDATA[Memcached]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://livebookmark.net/journal/?p=173</guid>
		<description><![CDATA[I&#8217;m very happy to announce that memcache.php is commited to the CVS of pecl/memcache. Woot woot!
I&#8217;ll be maintaining the code through the time as well. Hope you guys/gals find it useful.
PS: I&#8217;m planning to add more functionality to the memcache.php in the coming days. Candidates:

Delete/Expire a cached value
Move stuff from server to server

Let me know [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very happy to announce that memcache.php is commited to the <a href="http://cvs.php.net/viewvc.cgi/pecl/memcache/">CVS of pecl/memcache</a>. Woot woot!</p>
<p>I&#8217;ll be maintaining the code through the time as well. Hope you guys/gals find it useful.</p>
<p>PS: I&#8217;m planning to add more functionality to the memcache.php in the coming days. Candidates:</p>
<ul>
<li>Delete/Expire a cached value</li>
<li>Move stuff from server to server</li>
</ul>
<p>Let me know if you have any other ideas.</p>
]]></content:encoded>
			<wfw:commentRss>http://livebookmark.net/journal/2008/06/03/memcachephp-is-now-part-of-peclmemcache/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>memcache.php goes PECL</title>
		<link>http://livebookmark.net/journal/2008/06/02/memcachephp-goes-pecl/</link>
		<comments>http://livebookmark.net/journal/2008/06/02/memcachephp-goes-pecl/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 21:10:53 +0000</pubDate>
		<dc:creator>Harun Yayli</dc:creator>
				<category><![CDATA[Memcached]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://livebookmark.net/journal/?p=172</guid>
		<description><![CDATA[After the suggestion by Lukas, I&#8217;ve contacted PECL/memcache authors  Antony Dovgal and Mikael Johansson. Mikael sent me a reply accepting my submission.
I&#8217;m looking forward to the day that memcache.php will appear in the pecl/memcache distribution.
I&#8217;ll keep you posted.
Update on memcache.php: 

Small bug fixed on parsing the bucket Ids.
Distribution license is now PHP license.

]]></description>
			<content:encoded><![CDATA[<p>After the suggestion by Lukas, I&#8217;ve contacted PECL/memcache authors  Antony Dovgal and Mikael Johansson. Mikael sent me a reply accepting my submission.<br />
I&#8217;m looking forward to the day that <a href="http://livebookmark.net/journal/2008/05/21/memcachephp-stats-like-apcphp/">memcache.php</a> will appear in the <a href="http://pecl.php.net/package/memcache">pecl/memcache distribution</a>.<br />
I&#8217;ll keep you posted.</p>
<p>Update on memcache.php: </p>
<ul>
<li>Small bug fixed on parsing the bucket Ids.</li>
<li>Distribution license is now PHP license.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://livebookmark.net/journal/2008/06/02/memcachephp-goes-pecl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>memcache.php stats like apc.php</title>
		<link>http://livebookmark.net/journal/2008/05/21/memcachephp-stats-like-apcphp/</link>
		<comments>http://livebookmark.net/journal/2008/05/21/memcachephp-stats-like-apcphp/#comments</comments>
		<pubDate>Wed, 21 May 2008 22:15:38 +0000</pubDate>
		<dc:creator>Harun Yayli</dc:creator>
				<category><![CDATA[Memcached]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://livebookmark.net/journal/?p=169</guid>
		<description><![CDATA[For a long time I was looking for a nice web interface like the apc.php (comes with the apc&#8217;s source) that displays whole nine yards of stats. The only good tool is memcache-tool from the danga guys. It&#8217;s quite complete but I guess I&#8217;m too lazy to go on the command line.
Anyways, I decided to [...]]]></description>
			<content:encoded><![CDATA[<p>For a long time I was looking for a nice web interface like the apc.php (comes with the apc&#8217;s source) that displays whole nine yards of stats. The only good tool is memcache-tool from the danga guys. It&#8217;s quite complete but I guess I&#8217;m too lazy to go on the command line.</p>
<p>Anyways, I decided to <del>rip</del> write my own. Totally based on the original apc.php (I even recycled some functions) and apart from completeness, here is a memcache.php that you can get stats and dump from multiple memcache servers.<br />
Here is a screenshot:<br />
<span id="more-169"></span><br />
<a href='http://livebookmark.net/journal/wp-content/uploads/2008/05/memcache.png'><img src="http://livebookmark.net/journal/wp-content/uploads/2008/05/memcache-300x177.png" alt="" title="memcache" width="300" height="177" class="aligncenter size-medium wp-image-170" /></a><br />
And here is the the <a href="http://livebookmark.net/memcachephp/memcachephp.zip">source code</a>.</p>
<p>As usual, this piece of software comes with the warnings:<br />
- Don&#8217;t expect something complete, might have bugs and security problems etc.<br />
- Do not install on a prod environment unless you&#8217;re sure!<br />
- Feel free to add stuff to it, I&#8217;ll put it to google code or sf.net soon.<br />
- Feel free to request features. (no I&#8217;m not planning a backup tool , there is memcache-tool for that)<br />
- Enjoy!</p>
<p><strong>Update:</strong> Small parse error is fixed</p>
]]></content:encoded>
			<wfw:commentRss>http://livebookmark.net/journal/2008/05/21/memcachephp-stats-like-apcphp/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
	</channel>
</rss>
