From: Marko Kreen Date: Fri, 16 Jan 2009 13:01:33 +0000 (+0000) Subject: win32 todo X-Git-Tag: pgbouncer_1_3_rc1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed16772b67c42b69af0d0b901da09b6f1ee73b71;p=pgbouncer win32 todo --- diff --git a/doc/todo.txt b/doc/todo.txt index f5d418a..ef27119 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -1,9 +1,5 @@ = PgBouncer TODO list = -== next release - 1.2 == - - * test - == Minor features == * removing user should work - kill connections @@ -16,6 +12,16 @@ 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.