[Twisted-Python] New registrations to this mailing list broken?

2013-05-28 Thread Laurens Van Houtven
Hi, Sending this hoping that it will in fact make it through ;) Lynn Root (rougelynn) mentioned a few minutes ago on the IRC channel that she was unable to join the Twisted mailing list: 09:25 < roguelynn> hey glyph + tomprince - I'm trying to get on the twisted mailing this but see this error

Re: [Twisted-Python] New registrations to this mailing list broken?

2013-05-28 Thread Laurens Van Houtven
Oops, just read that this is a know issue. My bad :) cheers lvh ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] any progress for Ticket #6346, #6378?

2013-05-28 Thread Alec Matusis
>   By reading these comments, It looks like recent version of twisted >may >suffer from this problem. So what version of twisted should  I use? Do >I >need to keep using 10.1? This problem is very frequent on Linux with Python 2.7 / Twisted 12 combination (we had to quickly roll back- cannot oper

Re: [Twisted-Python] any progress for Ticket #6346, #6378?

2013-05-28 Thread Itamar Turner-Trauring
On 05/28/2013 08:31 PM, Alec Matusis wrote: >>By reading these comments, It looks like recent version of twisted >> may >> suffer from this problem. So what version of twisted should I use? Do >> I >> need to keep using 10.1? > This problem is very frequent on Linux with Python 2.7 / Twisted 1

Re: [Twisted-Python] any progress for Ticket #6346, #6378?

2013-05-28 Thread Alec Matusis
Hi Gelin, > As I know there are two epoll implementations in twisted, one that from twisted itself and another one comes from standard library since py 2.6. I was slightly incorrect in my email: the combination where it happens infrequently is actually Twisted 10.2 with python 2.7.3 (not Twisted

Re: [Twisted-Python] any progress for Ticket #6346, #6378?

2013-05-28 Thread Gelin Yan
On Wed, May 29, 2013 at 10:37 AM, Alec Matusis wrote: > Hi Gelin, > > > As I know there are two epoll implementations in twisted, one that from > twisted itself and another one comes from standard library since py 2.6. > > I was slightly incorrect in my email: the combination where it happens > i

Re: [Twisted-Python] any progress for Ticket #6346, #6378?

2013-05-28 Thread Alec Matusis
Hi Gelin, Apparently in the twisted 10.2 / python 2.7 combination in which the bug occurs only rarely (every couple of weeks) I am still using twisted’s epoll: epollreactor.py: from twisted.python import _epoll From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python-boun...@twist

Re: [Twisted-Python] any progress for Ticket #6346, #6378?

2013-05-28 Thread Gelin Yan
On Wed, May 29, 2013 at 9:06 AM, Itamar Turner-Trauring wrote: > On 05/28/2013 08:31 PM, Alec Matusis wrote: > >>By reading these comments, It looks like recent version of twisted > >> may > >> suffer from this problem. So what version of twisted should I use? Do > >> I > >> need to keep usi