Thread pools implementation.

This commit is contained in:
Valentin Bartenev
2015-03-14 17:37:07 +03:00
parent 08e05a4042
commit 305fc021db
26 changed files with 1112 additions and 2 deletions

View File

@@ -7,6 +7,10 @@ echo
echo "Configuration summary"
if [ $USE_THREADS = YES ]; then
echo " + using threads"
fi
if [ $USE_PCRE = DISABLED ]; then
echo " + PCRE library is disabled"