]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Release notes for multi-process stuff
authorBen Darnell <ben@bendarnell.com>
Tue, 5 Jul 2011 02:24:20 +0000 (19:24 -0700)
committerBen Darnell <ben@bendarnell.com>
Tue, 5 Jul 2011 02:24:20 +0000 (19:24 -0700)
website/sphinx/releases/next.rst

index 5ac6921d1dc2ba1599f3973632c32f7408fa389c..cb6883a2ecf1488e7b1a1224dc25c8bd48c8d706 100644 (file)
@@ -41,6 +41,13 @@ New features
 * `tornado.web.RequestHandler.write_error` replaces ``get_error_html`` as the
   preferred way to generate custom error pages (``get_error_html`` is still
   supported, but deprecated)
+* Multi-process mode has been improved, and can now restart crashed child
+  processes.  A new entry point has been added at 
+  `tornado.process.fork_processes`, although
+  `tornado.httpserver.HTTPServer.start` is still supported.
+* To facilitate some advanced multi-process scenarios, ``HTTPServer`` has a
+  new method ``add_sockets``, and socket-opening code is available separately
+  as `tornado.netutil.bind_sockets`.
 
 
 Bug fixes