kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 09ad47ae48f1bed676d1b5fd26f5bd72c5d1c7d1
parent b0deac577c82df54d9047248fe66ac39b09eed42
Author: Joris Vink <joris@coders.se>
Date:   Mon, 27 Apr 2015 10:37:58 +0200

Add worker_set_affinity to example configuration.

Diffstat:
conf/kore.conf.example | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/conf/kore.conf.example b/conf/kore.conf.example @@ -32,6 +32,10 @@ workers 4 # This is disabled by default. #worker_accept_treshold 0 +# Workers bind themselves to a single CPU by default. +# Turn this off by setting this option to 0 +#worker_set_affinity 1 + # Store the main process its pid in this file. #pidfile kore.pid