<br><br>
<div><span class="gmail_quote">On 10/16/06, <b class="gmail_sendername">Mikael Johansson</b> &lt;<a href="mailto:mikael@synd.info">mikael@synd.info</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">The CVS version of pecl/memcache now supports unix domain sockets, you<br>can checkout and build a copy as
<br><br>cvs -d :pserver:cvsread@cvs.php.net:/repository checkout pecl/memcache<br>cd pecl/memcache<br>phpize<br>./configure<br>make<br>make install<br><br>Connect to the server like<br><br>$memcache = new Memcache();<br>$memcache-&gt;addServer('unix:///var/run/memcached/memcached.sock', 0);
<br><br>Please note that the port number must be set to 0 (otherwise it defaults<br>to 11211.) The socket must also be writable by the user your script run<br>as, for example the webserver user.<br><br>//Mikael<br><br>Craig Wood wrote:
<br>&gt; Has anyone seen, used or heard of the unix socket connection being used<br>&gt; successfully with PECL's PHP memcache API or any other PHP memcache API ?<br>&gt;<br>&gt;<br></blockquote></div>
<div><br>&nbsp;</div>
<div>hello,</div>
<div><br clear="all">will there be any performance boost in using the unix socket? any benchmark result?<br>&nbsp;</div>
<div><br>Best Regards,<br>Tsz Ming </div>