----- Haproxy development roadmap updated as of 2005/08/07 ----- '-' = to do, '*' = done 1.2.5 : * poll() and epoll() support * HTTP 303 redirection code 1.2.6 : * implemented ulimit-n and monitor-net. 1.2.7 : - new task scheduler featuring O(log(N)) task insertion time - initial HTTP keep-alive support 1.2.8 : - replacement of the load-balancing mechanism to implement IP hash, header hash, roundrobin, all weighted. - rename 'backup' servers as 'standby' or 'spare' to reuse the 'backup' keyword for another meaning - rename timeouts to control 'req', 'conn', 'data' states 1.2.9 : - improved memory management to better resist DDoS by not preallocating buffers when not yet needed. 1.2.X : - sslbind, sslserver, ssloptions 1.2.X+1 : - multi-process checks + sessions synchronisation (shared mem) 1.2.X+2 : - multi-host checks + sessions synchronisation (UDP) - clustered server mode (needs multi-host state synchronisation) 1.2.X+3 : - virtual hosting support (really needed ?) May be inserted in no particular order above : - full HTTP keep-alive support - SNMP support - command line interface Comments welcome of course. Willy