summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/kernel/mem-test.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Performance improvements when running both in multi-threaded and pre-forked ↵jsdelfino2010-01-021-0/+162
HTTPD. Changed memory management to use Apache APR pools instead of ref counting pointers as it's much faster and easier to integrate with the Python and Ruby interpreters. Changed to use simple pool-based string and stream implementations instead of the STL ones, which cause a lots of mutex locks in a multi-threaded environment. Added build options to compile with threading and profiling. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895165 13f79535-47bb-0310-9956-ffa450edef68