From 161efcc528b368aaf80a2ed6fd958f8c7f137ff1 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 18 Jun 2007 12:01:27 +0000 Subject: [PATCH] update todo list --- doc/todo.txt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/doc/todo.txt b/doc/todo.txt index 17a58ed..cd97e9d 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -1,15 +1,25 @@ = PgBouncer TODO list = -== High-prority == +== Low-prio == - * PAUSE ; RESUME ; + * create manpage + * report existing pidfile to console -== Low-prio, technically suspicious items == +=== Make -R less scary === * -R should somehow log whats happens * -R should detect that no pooler is running and boot normally * -R should detect if login fails then exit() + Details: + * Takeover before fork() + * must not touch libevent, just fill structures, + libevent init after fork() + * ^C while takeover - immidiate _exit() + * detection: + - if tcp - try binding + - if unix - try connect() + == Low-prio, otherwise suspicious items == * keep stats about error counts -- 2.40.0