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 31c0caf901573211786d02c397fd52cf39fbd9f2
parent c6dbf16b6572121c11ba0b7a0359c3e68c5aa0bb
Author: Joris Vink <joris@coders.se>
Date:   Sat, 16 Nov 2019 19:45:32 +0100

tasks example is now built as a single binary

Diffstat:
examples/tasks/conf/tasks.conf | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/examples/tasks/conf/tasks.conf b/examples/tasks/conf/tasks.conf @@ -4,8 +4,6 @@ server tls { bind 127.0.0.1 8888 } -load ./tasks.so - tls_dhparam dh2048.pem task_threads 4