|
RE: [announce] php: mcache extension 1.0: msg#00065web.cache.memcached
I have put up a simple webpage for my php memcached extension at: http://www.klir.com/~johnm/php-mcache/ 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.
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.
I've also put up some documentation, and some benchmarks (along
with the source code used to run them).
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.)
John |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Creating keys, need for advice.: 00065, Chris Hartjes |
|---|---|
| Next by Date: | Does key length require storage?: 00065, Kevin A. Burton |
| Previous by Thread: | Re: [announce] php: mcache extension 1.0i: 00065, Sean Chittenden |
| Next by Thread: | memcached/libevent issues on Freebsd 5.3: 00065, Chris Ochs |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |