From: Willy Tarreau Date: Tue, 1 Mar 2011 20:28:51 +0000 (+0100) Subject: [DOC] update ROADMAP X-Git-Tag: v1.5-dev8~305 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b549555b3bfca229f1f7863dcc9d8c9f2b19cd26;p=thirdparty%2Fhaproxy.git [DOC] update ROADMAP add wish to kill existing sessions when entering maintenance mode. --- diff --git a/ROADMAP b/ROADMAP index 047d13e550..5b28048d4f 100644 --- a/ROADMAP +++ b/ROADMAP @@ -1,4 +1,4 @@ -Medium-long term roadmap - 2010/04/10 +Medium-long term roadmap - 2011/03/01 Legend: '+' = done, '-' = todo, '*' = done except doc @@ -19,8 +19,6 @@ Legend: '+' = done, '-' = todo, '*' = done except doc - add the ability to only dump response errors to more easily detect anomalies without being polluted with attacks in requests. - - add an error ID in captures to ease new error detection for scripts. - - add support for server-side unix sockets - have multi-criteria analysers which subscribe to req flags, rsp flags, and @@ -126,6 +124,8 @@ DONE: * hash: rehash non-consistent hashes with chash() for more randomness. + * add an error ID in captures to ease new error detection for scripts. + 1.6 (will probably change anyway) : - wait on resource (mem, socket, server's conn, server's rate, ...) @@ -152,6 +152,14 @@ DONE: - evaluate the changes required for multi-process+shared mem or multi-thread +thread-local+fast locking. + - ability to kill an arbitrary session from the command line. Put a "kill now" + flag in every session which preempts any other processing and wake the + session up. + + - ability to decide whether to drain or kill sessions when putting a server + to maintenance mode => requires a per-server session list and the change + above. + Old, maybe obsolete points - clarify licence by adding a 'MODULE_LICENCE("GPL")' or something equivalent.