0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
port of thrudoc's bench program
rm
More... over 16 years ago
potentially improve memcache behavior
rm
More... over 16 years ago
typo More... over 16 years ago
k is 32 chars not 37. added param validation. log ret vals from mysql funcs on error.
rm
More... over 16 years ago
use port in the connections map
rm
More... over 16 years ago
removed unused constructor
rm
More... over 16 years ago
added license
rm
More... over 16 years ago
ignores
rm
More... over 16 years ago
related projects
rm
More... over 16 years ago
added svn repository
rm
More... over 16 years ago
added svn repository
rm
More... over 16 years ago
web pass 1
rm
More... over 16 years ago
default More... over 16 years ago
mytable -> diststore, phase 2
rm
More... over 16 years ago
mytable -> diststore, phase 1
rm
More... over 16 years ago
function call logging shouldn't be in MemcachedBackend
rm
More... over 16 years ago
some major refactoring, the results of which are damned elegant. memcache is now a backend that takes a backend as a param. it no longer has (small) overhead when you're not using cache (~decorator patter.) MyTableHandler is back to being trivial. :) config all happens in main.cpp and is passed in to engines, much cleaner. port is now stored and honored. no more backend globals so you should be able to instantiate multiple copies.
rm
More... over 16 years ago
Osx More... over 16 years ago
osx More... over 16 years ago
osx More... over 16 years ago
OSX More... over 16 years ago
osx fix More... over 16 years ago
initial deps
rm
More... over 16 years ago
get rid of stuff that's not necessary for mytable
rm
More... over 16 years ago
don't leak broken connections, destroy them after closing their prepared statements
rm
More... over 16 years ago
memory leaks be gone damn you! log4cxx is horrible, megs and megs at debug which i haven't done anything about. i was a distant 2nd with a couple megs per 100k requests, that's fixed. and other slight better behaviors. valgrind is the shiznit.
rm
More... over 16 years ago
some work toward db connection error handling. catch execute problems and destroy the connections.
rm
More... over 16 years ago
add api and implement getTablenames. work arounds for annoying std:map behavior
rm
More... over 16 years ago
logging fixes and improvements
rm
More... over 16 years ago
consolidate memcache_put. general memcache error handling/logging.
rm
More... over 16 years ago