From: Tony Garcia Date: 2008-02-16T02:23:12+09:00 Subject: Re: Memcached: Dealing with unknown keys Blaine Cook wrote: > > FWIW, we (Twitter) were on Joyent and used Starling (our message queue > that speaks the memcache protocol) there with no problems. All you > need to get started is to do a "gem install starling" and run it with > write permissions to /var/spool/starling (you can specify a different > path since it's unlikely you can write to /var on joyent). Once it's > running, you can use the normal memcache library to connect to ip>:22122 and use set() to put things in the queue and get() to take > them out again. > > Hope that helps! > > b. I'll check into that - thanks! -- Posted via http://www.ruby-forum.com/.