]> granicus.if.org Git - pgbouncer/commitdiff
update todo list
authorMarko Kreen <markokr@gmail.com>
Mon, 18 Jun 2007 12:01:27 +0000 (12:01 +0000)
committerMarko Kreen <markokr@gmail.com>
Mon, 18 Jun 2007 12:01:27 +0000 (12:01 +0000)
doc/todo.txt

index 17a58ed5805ad9cf818eb6a69db24d23ccd6afd1..cd97e9d419a612e93489f33e97e3609a629e8e47 100644 (file)
@@ -1,15 +1,25 @@
 = PgBouncer TODO list =
 
-== High-prority ==
+== Low-prio ==
 
- * PAUSE <db>; RESUME <db>;
+ * 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