summaryrefslogtreecommitdiff
path: root/pool.c
AgeCommit message (Expand)Author
2023-08-03added THREAD_ID helper in a util.h, done away with warnings on numerical thre...Andreas Baumann
2023-08-03fixing for platforms, where pthread_t is not numeric (as for musl, where it i...Andreas Baumann
2015-06-11updated copyright and email addressAndreas Baumann
2012-04-22forgot an unlock of mutex in db poolAndreas Baumann
2012-04-20using standard mutex attributes, more portable to old Linux systemsAndreas Baumann
2012-04-20fixed some nasty bugsAndreas Baumann
2012-04-20updated some documentationAndreas Baumann
2012-04-19fixed pooling (using conn pointer, not fuse_context->pid() )Andreas Baumann
2012-04-19added a first multi-threaded version with a databse poolAndreas Baumann