From c35ac5f097d4927862b53b41eecf420fa603ce95 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 19 Jan 2012 00:11:12 -0500 Subject: [PATCH] mention threads --- docs/design.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/design.rst b/docs/design.rst index 69731a78..21c19ae1 100644 --- a/docs/design.rst +++ b/docs/design.rst @@ -3,6 +3,7 @@ Design Waitress uses a combination of asynchronous and synchronous code to do its job. It handles I/O to and from clients using the :term:`asyncore` library. +It services requests via threads. The :term:`asyncore` module in the Python standard library: