]> granicus.if.org Git - pgbouncer/commitdiff
win32 todo
authorMarko Kreen <markokr@gmail.com>
Fri, 16 Jan 2009 13:01:33 +0000 (13:01 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 16 Jan 2009 13:01:33 +0000 (13:01 +0000)
doc/todo.txt

index f5d418a19484037decfb1dcb3a72edab5476a29c..ef27119a0d1e7bbbd96d5a320357d92757b96b8c 100644 (file)
@@ -1,9 +1,5 @@
 = PgBouncer TODO list =
 
-== next release - 1.2 ==
-
- * test
-
 == Minor features ==
 
  * removing user should work - kill connections
    client_idle_timeout and query_timeout without walking all clients
    on maintenance time.
 
+== Win32 features ==
+
+ * Automatic registration of pgbevent.dll.  (Re-register also
+   if old DLL does not exist.)
+ * PAUSE/RESUME via service control panel.
+ * Online reboot by DuplicateHandle().  Main question is:
+   What should the UI look like?  Making it work for console
+   app seems easy, but it does not make sense at all without
+   working also for services.
+
 == Dubious/complicated features ==
 
  * units for config parameters.