tornado-threadpool icon indicating copy to clipboard operation
tornado-threadpool copied to clipboard

A declarative library to make blocking code play nicely with the tornado ioloop

Results 4 tornado-threadpool issues
Sort by recently updated
recently updated
newest added

[E 160114 13:15:37 web:1407] Uncaught exception GET /go (127.0.0.1) HTTPServerRequest(protocol='http', host='127.0.0.1:8002', method='GET', uri='/go', version='HTTP/1.0', remote_ip='127.0.0.1', headers={'Host': '127.0.0.1:8002', 'Accept': '_/_', 'User-Agent': 'ApacheBench/2.3'}) Traceback (most recent call last): File "/Library/Python/2.7/site-packages/tornado/web.py", line 1332,...

What's the difference with tornado future threadpool? Can be described under his performance?

New in Python 3.2 https://docs.python.org/dev/library/concurrent.futures.html#threadpoolexecutor And its backport https://pypi.python.org/pypi/futures The `future` object it return is fully compatible with tornado. I suggest merge this repo back or abandon.