summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/cache/memcache.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Automatically reconnect to a Memcached server after a disconnection.jsdelfino2012-04-021-3/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308245 13f79535-47bb-0310-9956-ffa450edef68
* Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, ↵jsdelfino2011-12-231-0/+1
| | | | | | to get log piping and rotation to work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1222604 13f79535-47bb-0310-9956-ffa450edef68
* Change memcached component configuration syntax to use spaces instead of ↵jsdelfino2011-12-141-1/+1
| | | | | | commas between memcached addresses. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214043 13f79535-47bb-0310-9956-ffa450edef68
* Test Postgresql hot standby + replication and integrated Postgresql database ↵jsdelfino2010-08-161-12/+1
| | | | | | in store-cluster sample. Add a front cache component which can be used to wire a cache component and a database component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985799 13f79535-47bb-0310-9956-ffa450edef68
* Change sample to use a pool of three memcached servers. Add a property to ↵jsdelfino2010-07-281-1/+2
| | | | | | the memcached component to list multiple memcached servers. Replace spaces by tabs in memcached keys as spaces are not allowed in keys. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980010 13f79535-47bb-0310-9956-ffa450edef68
* Change Memcached component to use localhost instead of 127.0.0.1.jsdelfino2010-05-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947348 13f79535-47bb-0310-9956-ffa450edef68
* Minor fix, cleanup namespace.jsdelfino2010-04-081-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931800 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup, renamed mcache to memcache, added a uuid util function to get ↵jsdelfino2010-03-101-0/+133
consistent and unique uuids across languages. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921270 13f79535-47bb-0310-9956-ffa450edef68