Hello, I am looking at adding memcache and redis support to a caching library that I have written.
Ideally, I'd like TCP/IP connections to be pooled and reused. Pooling should reduce the number of open connections and remove the latency of creating new connections. In my experience with other systems, TCP/IP pooling is more efficient and robust than opening new connections on every operation - however, if somebody with memcache or redis knowledge has differing opinion it would be good to hear it. I am considering the Whalin Java library for memcache which supports pooling: https://github.com/gwhalin/Memcached-Java-Client/wiki/HOWTO Has anyone got experience of using this library with Clojure? Also, is there a similar library for Redis? Another possibility is forking and adding pooling to existing memcache and redis libraries written in Clojure. If I attempted this, does anybody know of a good TCP/IP connection pool library that works with Clojure? Thanks in advance for any help. Saul -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en