Simple memcached question

All,

  1. What is the best resource/tutorial for learning how to set up
    memcached with Rails?

  2. Is the memcached server accessible to many client machines so that
    my cache can be available to all of the servers in a Mongrel cluster?

Thanks,
Wes

  1. What is the best resource/tutorial for learning how to set up
    memcached with Rails?

http://dev.robotcoop.com/Libraries/memcache-client/index.html

There’s also some plugins that will let you use memcache for
sessions/cache/models, etc…

  1. Is the memcached server accessible to many client machines so that
    my cache can be available to all of the servers in a Mongrel cluster?

Yes.