Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Added support for running multiple async implementations in
Browse files Browse the repository at this point in the history
separate threads. This is useful in applications with fewer network
connections and with handlers that tend to perform long-lating
computations that would be unacceptable with a single select loop.
  • Loading branch information
Jim Fulton committed Jun 21, 2010
1 parent 05bff83 commit 7c774f4
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 114 deletions.
5 changes: 5 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ New Features:
``zc.ngi.blocking.request``. Other older blocking APIs are
deprecated.

- Added support for running multiple ``async`` implementations in
separate threads. This is useful in applications with fewer network
connections and with handlers that tend to perform long-lating
computations that would be unacceptable with a single select loop.

- Dropped support for Python 2.4.

Bugs Fixed:
Expand Down
Loading

0 comments on commit 7c774f4

Please sign in to comment.