This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # | |
| # Jamie Kirkpatrick, November 2009. <jkp@kirkconsulting.co.uk> | |
| # Released under the BSD license. | |
| # | |
| """ | |
| Experimental code to add asyncronous functionality to WSGI applications | |
| running under the Tornado webserver. Uses greenlet to spin micro-threads | |
| which can be suspended and resumed within a single thread as required. |
NewerOlder