summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/cache/memcache.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-03Refactoring, rename isNil to isNull.jsdelfino1-3/+3
2013-01-03Add support for HTTP patch and application of patch scripts to server and dat...jsdelfino1-0/+35
2012-12-11Changes to get successful C++11 based build. Code cleanup, dependency upgrade...jsdelfino1-32/+19
2012-07-16Minor memory management, performance, and tracing improvements.jsdelfino1-1/+1
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino1-4/+4
2012-04-02Automatically reconnect to a Memcached server after a disconnection.jsdelfino1-3/+12
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino1-0/+1
2011-12-14Change memcached component configuration syntax to use spaces instead of comm...jsdelfino1-1/+1
2010-08-16Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino1-12/+1
2010-07-28Change sample to use a pool of three memcached servers. Add a property to the...jsdelfino1-1/+2
2010-05-22Change Memcached component to use localhost instead of 127.0.0.1.jsdelfino1-1/+1
2010-04-08Minor fix, cleanup namespace.jsdelfino1-13/+13
2010-03-10Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino1-3/+3
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino1-1/+1
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino1-17/+45
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino1-1/+1
2010-01-17Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino1-1/+1
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino1-13/+13
2009-12-26Simplified server configuration, HTTPD modules now use deployment composite t...jsdelfino1-5/+6
2009-11-30Fixes to the http client, httpd modules and memcached component to get the st...jsdelfino1-5/+5
2009-11-23Refactored memcached support into an SCA component. Moved cache monad functio...jsdelfino1-0/+104