spdylay
spdylay copied to clipboard
Support Gvent
May spdylay-python will support gevent? Gevent has a monkey patch feature, which can convert a program from multi-threaded to multi-greenlet.So we will get a better performance. Thanks.
Gevent is very interesting, but gevent is not Python3 ready yet. TLS NPN support was added in Python 3.3.0, so I think it is better for us to wait for its Python3 support.