Re: [Twisted-Python] job server project

2011-01-04 Thread Umut Aydin
I haven't heard of gevent nor evenlet. Thank you so much. On Tue, Jan 4, 2011 at 5:48 AM, Glyph Lefkowitz wrote: > > On Jan 3, 2011, at 6:47 PM, Laurens Van Houtven wrote: > >> AFAIK, no. It has a number of concurrency things: >> >> - gevent >> - eventlet >> - pools (threads and processes) >> >>

Re: [Twisted-Python] job server project

2011-01-04 Thread Laurens Van Houtven
Note: I'm not David -- I was just clarifying Glyph's question. I'm not suggesting you should use either of those. If you are interested in things that look like with Twisted, I recommend - look at @inlineCallbacks -- it uses generators, not greenlet-style coroutines, but quite often it covers wha

Re: [Twisted-Python] multicast

2011-01-04 Thread Pandelis Theodosiou
On Thu, Dec 16, 2010 at 6:47 PM, Andrew Gasson wrote: > > On 16/12/2010, at 5:10 PM, exar...@twistedmatrix.com wrote: > > > On 03:59 pm, ita...@itamarst.org wrote: > >> On Thu, 2010-12-16 at 12:09 +0200, Pandelis Theodosiou wrote: > >>> > >>> I've also tried to use listenMulticast instead of liste

Re: [Twisted-Python] multicast

2011-01-04 Thread exarkun
On 4 Jan, 11:10 pm, yperc...@gmail.com wrote: > >Thnx to all for the responses. It was a router configuration. > >Now, is there a way I can select which interface to use (eth0 or eth1)? > >I tried using > > joinGroup('233.75.215.44', 'eth0') > >but it raises an error (DNS Lookup failed...) Pass

[Twisted-Python] Want something fixed?

2011-01-04 Thread exarkun
Hi all, I'd like someone to do a review on #4395 - a ticket about some conch key exchange bugs. The branch isn't very large, a little under 500 lines of diff (with nearly a hundred of those deletions). In exchange for a thorough review (and perhaps a re-review if issues are found which need t