[Freeswitch-users] new module: mod_memcache

Rupa Schomaker rupa at rupa.com
Wed Apr 1 14:13:04 PDT 2009


Announcing a new module: mod_memcache

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).

The choice was between fast but isolated or slow and distributed.

memcached (http://www.danga.com/memcached/) 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.

Check out the wiki page at: http://wiki.freeswitch.org/wiki/Mod_memcache

Try this module out and file bug (jira) reports for problems / enhancement
requests.

-- 
-Rupa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090401/beefa377/attachment-0002.html 


More information about the FreeSWITCH-users mailing list