[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.

Re: [Twisted-Python] Twisted meetup/discussion at EuroPython?

2009-06-29 Thread glyph
On 29 Jun, 10:17 pm, m-li...@the-moon.net wrote: >On Wed, Apr 1, 2009 at 12:54 PM, Terry Jones wrote: >>I was thinking it would be nice to have a Twisted interest group >>meetup at >>EuroPython (June 30 - July 2) http://www.europython.eu > >I'm a little late replying to this, but yeah, I'd be int

Re: [Twisted-Python] Twisted meetup/discussion at EuroPython?

2009-06-29 Thread Terry Jones
Hi Richard That sounds good. You might enjoy Esteve Fernandez's talk at 11:30, which is about how we're using Twisted plus Thrift and AMQP for messaging / RPC. Terry Enviado desde mi dispositivo BlackBerry® de Orange. ___ Twisted-Python mailing list T

Re: [Twisted-Python] testing a tac file

2009-06-29 Thread Jean-Paul Calderone
On Mon, 29 Jun 2009 13:19:53 -0700, Rob Hoadley wrote: >Hi, I'm curious if anyone has written a trial test to verify the >correct startup of a .tac file. > >I have a buildbot running automated trial tests on all the services >I've written but nothing that closes the loop by building up the >servic

Re: [Twisted-Python] Twisted meetup/discussion at EuroPython?

2009-06-29 Thread Richard Wall
On Wed, Apr 1, 2009 at 12:54 PM, Terry Jones wrote: > I was thinking it would be nice to have a Twisted interest group meetup at > EuroPython (June 30 - July 2) http://www.europython.eu I'm a little late replying to this, but yeah, I'd be interested in meeting up with other Twisted users / devs an

[Twisted-Python] testing a tac file

2009-06-29 Thread Rob Hoadley
Hi, I'm curious if anyone has written a trial test to verify the correct startup of a .tac file. I have a buildbot running automated trial tests on all the services I've written but nothing that closes the loop by building up the services by running the tac file similarly to the way that you'd use