Ian's Blog

Avatar

A RESTful Blog/Homepage.

Articles tagged with 'PHP'

memcached performance

two interesting posts arrived on the memcached list which might be interesting to performance people. The first was a comparison of "The fastest lanugage binding":http://dealnews.com/developers/memcached.html on which 'P' language performed better. To make a note the PHP version actually uses "libmemcache":http://people.freebsd.org/~seanc/libmemcache/ a 'C' library which goes a bit of the way to explain the wild disparity ...