spdylay icon indicating copy to clipboard operation
spdylay copied to clipboard

Support Gvent

Open linkerlin opened this issue 12 years ago • 1 comments

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.

linkerlin avatar Feb 05 '13 16:02 linkerlin

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.

tatsuhiro-t avatar Feb 06 '13 12:02 tatsuhiro-t