[Freeswitch-users] new module: mod_memcache

Michael Collins msc at freeswitch.org
Wed Apr 1 14:22:16 PDT 2009


Rupa,

Thanks for adding to the project! Well done.
-MC

2009/4/1 Rupa Schomaker <rupa at rupa.com>

> 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
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090401/22f090fe/attachment-0002.html 


More information about the FreeSWITCH-users mailing list