[Twisted-Python] eventlet 0.8.11 released; now with twisted support

2009-06-29 Thread Denis Bilenko
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.

[Twisted-Python] half-closing SSL connection, unexpected connectionLost() error

2009-02-13 Thread Denis Bilenko
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

Re: [Twisted-Python] Non-blocking http client?

2008-12-14 Thread Denis Bilenko
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