Automatically reconnect to a Memcached server after a disconnection.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308245 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jsdelfino 2012-04-02 06:23:44 +00:00
commit 58693003da
16 changed files with 46 additions and 14 deletions

View file

@ -63,7 +63,7 @@
<service name="Cache">
<binding.atom uri="cache"/>
</service>
<property name="servers">localhost:11211</property>
<property name="server">localhost:11211</property>
</component>
</composite>