]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
* updated some entries in the TODO
authorwilly tarreau <willy@wtap.(none)>
Sun, 18 Dec 2005 00:34:05 +0000 (01:34 +0100)
committerwilly tarreau <willy@wtap.(none)>
Sun, 18 Dec 2005 00:34:05 +0000 (01:34 +0100)
TODO

diff --git a/TODO b/TODO
index 0ef9fed9b4aebf0265660cd303df1c06c3030f0d..b06ce74b40ac89beea1f8544b0b59245c1e0f6b3 100644 (file)
--- 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)
+