Announcing a new module: mod_memcache<br><br>Up until now one had two choices for storing arbitrary key/value pairs.  hash or db.  hash is fast, but it is local to the current FreeSWITCH instance.  If you run multiple instances of FreeSWITCH then one could use db, an ODBC connection and a centralized database server (eg: postgresql).<br>
<br>The choice was between fast but isolated or slow and distributed.<br><br>memcached (<a href="http://www.danga.com/memcached/">http://www.danga.com/memcached/</a>)  is a high-performance, distributed memory object
caching system, generic in nature, but intended for use in speeding up
dynamic web applications by alleviating database load.  Only now you can use it for dynamic phone applications.<br><br>Check out the wiki page at: <a href="http://wiki.freeswitch.org/wiki/Mod_memcache">http://wiki.freeswitch.org/wiki/Mod_memcache</a><br>
<br>Try this module out and file bug (jira) reports for problems / enhancement requests.<br><br>-- <br>-Rupa<br>