Modified:
wiki/MemcachedForMonorail.wiki
Log:
Updated the Introduction
Modified: wiki/MemcachedForMonorail.wiki
==============================================================================
--- wiki/MemcachedForMonorail.wiki (original)
+++ wiki/MemcachedForMonorail.wiki Sun Apr 6 11:40:53 2008
@@ -2,9 +2,13 @@
#labels Featured,Phase-Deploy
= Introduction =
+Memcached for Monorail (MfM) is my attempt at a simple,
memcached/enyim based, session and caching facility for Monorail. MfM
offers a lightweight, fast, low friction, facility for balancing
Monorail sessionstate and object caches accross multiple servers.
-If you don't know why you should be using
[http://www.socialtext.net/memcached/index.cgi?memcached memcached]
then you should check it out first. So far I think I have a passable
SessionFactory implementation that uses
[http://www.socialtext.net/memcached/index.cgi?memcached memcached] on
the back end.
+Memcached offers an excellent solution for applications that need to
balance object caches across multiple servers. It does so without the
overhead of a database or even the use of the hard disk.
+= Use Scenarios =
+ * Monorail based web application load balanced on multiple servers
needs a fast efficient way of sharing session state without the
overhead of constantly reading a database.
+ * More Anyone?
= Details =
Here are a few dependencies you will need to get going: