Modified:
wiki/MemcachedForMonorail.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/MemcachedForMonorail.wiki
==============================================================================
--- wiki/MemcachedForMonorail.wiki (original)
+++ wiki/MemcachedForMonorail.wiki Tue Nov 18 21:09:08 2008
@@ -24,11 +24,14 @@
* A session dictionary that uses memcached on the backend
* Fully implemented IDictionary (The Values property and enumeration are
not implemented)
* ICustomSessionFactory for CASTLE::MONORAIL
+ * Now has the ability to use a DB backend
+ * Uses a local temp hashtable to speed up access to commonly accessed
session variables.
== Planned Features ==
- * Optional DB persistence of sessions using activerecord/memcached
fusion.
+ * ~~Optional DB persistence of sessions using activerecord/memcached
fusion.~~
* Move all configuration to a single MemcachedForMonorail configuration
file.
- * Reconsider or Refactor the enumeration stuff in the IDict impl
+ * ~~Reconsider or Refactor the enumeration stuff in the IDict impl~~
+ * Persist the hashtable locally using the underlying session to reduce
memcached hits...
* Config options for lazy loading or not lazy loading
* Uh...some build scripts.
* Cache provider for monorail.