<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>Re: [announce] php: mcache extension 1.0</TITLE>
</HEAD>
<BODY>
<DIV id=idOWAReplyText60883 dir=ltr><FONT size=2><FONT face=Arial></FONT>
<DIV dir=ltr><BR>I have put up a simple webpage for my php memcached extension
at: <A
href="http://www.klir.com/~johnm/php-mcache/">http://www.klir.com/~johnm/php-mcache/</A> </DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>There have been no changes to the source, so it is still 1.0, but I
did include a README and cleaned out the accidentally included /.libs dir that
was in the previous tarball.</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>For those who may have missed the initial announcement, this is a
php extension written in c that allows access to memcached servers. It is
based of Sean Chittenden's work on the libmemcache c library, and as such is
very fast. In addition it allows the use of multiple servers, which was
previously unavailable in a php extension, and only supported by slow native PHP
client apis.</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>I've also put up some documentation, and some benchmarks (along
with the source code used to run them).</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>In the coming days I will be adding support for persistent
memcached objects which eliminates a rather nasty situation that comes up when a
connection is timing out, and you end up waiting for this timeout over and over
each page load. (Note that if your memcached is on localhost or even a
remote server that is still up, just without memcached running, this will never
occur as you get 'connection refused' rather than a timeout, and this is very
fast.)</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>John</FONT></DIV></DIV>
</BODY>
</HTML>