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
_______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
