Some of the changes from 0.8:
Eventlet can now run on top of twisted reactor. Twisted-based hub is
enabled automatically if
twisted.internet.reactor is imported. It is also possible to "embed"
eventlet into a twisted
application via eventlet.twistedutil.join_reactor. See the examples
for details.
Hi,
What's the correct way to call loseWriteConnection on SSL connection?
I keep getting "Connection was closed in a non-clean fashion" errors
when I do that.
Here's a minimal server and a client that trigger the error. Note that
the server
does not implement IHalfCloseableProtocol and I'd like t
I've been working on eventlet-twisted integration and it includes a drop-in
replacements for standard Python modules (including urllib and httplib) that
do not block the reactor.
There was no release yet and there're no documentation written.
(You can find the documentation for the original eventl