]> granicus.if.org Git - pgbouncer/commitdiff
update scary-R todo
authorMarko Kreen <markokr@gmail.com>
Tue, 8 Jan 2008 14:21:47 +0000 (14:21 +0000)
committerMarko Kreen <markokr@gmail.com>
Tue, 8 Jan 2008 14:21:47 +0000 (14:21 +0000)
doc/todo.txt

index 9490b2f75506de8c3cf7cd5bf4069bd45cde7d5c..2b59902a82a358134b2aed58e006a6e1d1831942 100644 (file)
 
 === 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()
- * Detect existing process:
    - if tcp - try binding
    - if unix - try connect()
+ * -R should detect if login fails then exit()
+ * Move SHUTDOWN; after fork.
 
 === load-balancing ===