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 c9187041c477cd4e64dea655ee6ee10f9d076d92
parent 90e1b3a7da03ff40949a07448a58834c7672aec0
Author: Joris Vink <joris@coders.se>
Date:   Wed,  5 Jun 2013 08:34:49 +0200

update

Diffstat:
README | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -17,4 +17,8 @@ To get started put some X.509 certificates in a folder called certs and run a make to get everything compiled. If if doesn't compile out of the box there's something you can help me out with. +You can tell kore to reload its site module by sending a SIGHUP signal +to the main process. Sending a SIGQUIT signal will reap all worker +processes and shutdown the server. + I should add a TODO list.