From 37052d26b68d5716a882ee548be9efe9a989011b Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sat, 10 Jan 2009 15:01:41 +0000 Subject: [PATCH] Edited wiki page through web user interface. --- wiki/Design.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/Design.wiki b/wiki/Design.wiki index dcfbd83..314dc69 100644 --- a/wiki/Design.wiki +++ b/wiki/Design.wiki @@ -40,7 +40,7 @@ For every messages that is received, the listener will execute a function (calle The whole function is executed as a background process, not just the user-supplied command. -=== Function: start_all_workers +=== Function: start_all_workers === For every available cpu core, a parallel thread will be started. If a user manually specifies a number of threads, that number will override the detected number of cores.