tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

Support Gvent #54

Open linkerlin opened 11 years ago

linkerlin commented 11 years ago

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.

tatsuhiro-t commented 11 years ago

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.