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 35b71353d5255c47ae4e77470cc3a09638bec5b7
parent 649e81afd77d356ab33b60ed1be3cd43c9332772
Author: Joris Vink <joris@coders.se>
Date:   Sun,  7 Jul 2013 15:08:47 +0200

update TODO list

Diffstat:
docs/TODO | 27++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/docs/TODO b/docs/TODO @@ -1,13 +1,18 @@ -High prio -- GET arguments (only POST supported) -- POST multiform/form-data support +Kore TODO list +=============== -Med prio -- Websocket support (websocket page handlers) -- GOAWAY for SPDY connections that have been idle too long +- Websocket support. +- GET arguments (only POST supported). +- POST multiform/form-data support. +- GOAWAY for SPDY connections that have been idle too long. +- Auxiliary library framework. + - Provide more API functions for generic stuff such as + session handler, page building, etc etc. +- Ability to load one module per domain instead of one global module. +- API to programmatically configure, start and stop Kore. +- Find that one memory leak that's causing me agony beyond belief. +- Get my hands on a 48 core server to test stuff on. -Low prio -- Auxiliary library framework -- Ability to load one module per domain -- GET arguments (only POST supported) -- POST multiform/form-data support +Ideas +===== +- If a page handler keeps causing issues, show a generic error page?