Skip to content

Commit

Permalink
mention threads
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Jan 19, 2012
1 parent 7adc836 commit c35ac5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/design.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Design


Waitress uses a combination of asynchronous and synchronous code to do its 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. 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: The :term:`asyncore` module in the Python standard library:


Expand Down

0 comments on commit c35ac5f

Please sign in to comment.