From: willy tarreau Date: Sun, 18 Dec 2005 00:34:05 +0000 (+0100) Subject: * updated some entries in the TODO X-Git-Tag: v1.2.7~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01a73eb5533f6c9fd6887790ba76ff69e099a186;p=thirdparty%2Fhaproxy.git * updated some entries in the TODO --- diff --git a/TODO b/TODO index 0ef9fed9b4..b06ce74b40 100644 --- a/TODO +++ b/TODO @@ -12,7 +12,7 @@ vides (option dontlognull) - mesurer le tps consommé entre deux select, et fournir la conso CPU : %cpu = 100 * (tpreselect(n+1)-tpostselect(n)) / (tpreselect(n+1)-tpreselect(n)) -- implémenter limitation fd dans la conf : setrlimit(RLIMIT_NOFILE, ...) +* implémenter limitation fd dans la conf : setrlimit(RLIMIT_NOFILE, ...) - implémenter core/no-core dans la conf : setrlimit(RLIMIT_CORE, ...) - optimiser les regex pour accélérer les matches : - compter les matches @@ -108,8 +108,9 @@ ok> 8) beaucoup de paramètres pourraient être spécifiques aux serveurs et non aux instances. Exemples : - - adresse IP source pour atteindre le serveur - - méthode de health-check (proto, port, ...) + * adresse IP source pour atteindre le serveur + - méthode de health-check (proto, ...) + * méthode de health-check (port) - poids - alerte en cas de disparition - le nombre max de sessions à lui envoyer @@ -147,4 +148,5 @@ Todo for 1.2 1.3 GB VSZ on Linux. Data should be in a separate buffer to prevent any activity on the buffer's pointers from touching the buffer page itself. - make buffer size configurable in global options -- monitor number of simultaneous sessions in logs (per srv/inst/global) +* monitor number of simultaneous sessions in logs (per srv/inst/global) +