Re: ANNOUNCE: moxi, a memcached proxy

2009-06-28 Thread Thijs
On Jun 28, 2:37 am, Dustin wrote: >   IMO, it's most useful for *very* specific applications where you > have a small number of very popular items that don't change very > frequently.  Many applications have a hugely disproportionately hot > object such as one that appears on every page for every

repository to install memcached via yum?

2009-06-28 Thread Bennett Haselton
I'm trying to install memcached on a CentOS 5.3 machine. Is there a "yum" repository with memcached so that I can install it via a "yum install" command? I try to use the package manager whenever I can, since it automatically finds and installs things that have to be installed first, runs necess

options for hiring consultant to do 'hello world' memcached app?

2009-06-28 Thread Bennett Haselton
I've tried installing new Linux server programs before and getting simple 'hello world' scripts working that demonstrate the program, but I very often get stuck on the install instructions or the hello world scripts, because the documentation relies on certain shared assumptions with the target au

Re: options for hiring consultant to do 'hello world' memcached app?

2009-06-28 Thread Henrik Schröder
You need two things, first the memcached server itself, which I presume you already have and have been able to install. If you want to test that it's running, you can simply telnet to it and issue commands like stats or set foo 0 0 12 Hello World! and get foo The second part you need is a cl

Re: options for hiring consultant to do 'hello world' memcached app?

2009-06-28 Thread Martin MC Brown
Hi, Try the documentation at http://dev.mysql.com/doc/refman/5.1/en/ha-memcached.html And then check the examples I provided in the various interfaces here: http://dev.mysql.com/doc/refman/5.1/en/ha-memcached-interfaces.html If there isn't one in a language you would like to use (I provide

Re: repository to install memcached via yum?

2009-06-28 Thread Bennett Haselton
So eventually I found that if I install the /etc/yum.repos.d/dag.repo file: >>> [dag] name=Dag RPM Repository for Red Hat Enterprise Linux baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag gpgcheck=1 enabled=1 >>> I can try to install memcached from there. When I first tried to inst

Re: repository to install memcached via yum?

2009-06-28 Thread Bennett Haselton
Correction: To install the DAG public key, if you're on CentOS 4.x, you should run rpm -Uhv http://apt.sw.be/redhat/el4/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el4.rf.i386.rpm If you're on CentOS 5.x, you should run rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-rele