Author: timbo
Date: Fri Jun  5 15:46:42 2009
New Revision: 12813

Modified:
   dbi/trunk/lib/DBI/ProxyServer.pm

Log:
Note lack of graceful shutdown for DBI::ProxyServer.


Modified: dbi/trunk/lib/DBI/ProxyServer.pm
==============================================================================
--- dbi/trunk/lib/DBI/ProxyServer.pm    (original)
+++ dbi/trunk/lib/DBI/ProxyServer.pm    Fri Jun  5 15:46:42 2009
@@ -531,6 +531,13 @@
 
 =back
 
+=head1 SHUTDOWN
+
+DBI::ProxyServer is built on L<RPC::PlServer> which is, in turn, built on 
L<Net::Daemon>.
+
+You should refer to L<Net::Daemon> for how to shutdown the server, except that
+you can't because it's not currently documented there (as of v0.43).
+The bottom-line is that it seems that there's no support for graceful shutdown.
 
 =head1 CONFIGURATION FILE
 

Reply via email to