[Twisted-Python] Newbie Problem

Damon Kohler damonkohler at yahoo.com
Wed Sep 13 13:55:38 MDT 2006


Thanks for the help. Unfortuantely, I'm still stuck. I'm on OS X and so I'm
using ktrace. So far, it hasn't given me much insight. Also, it doesn't appear
to be the sys.stdin call causing the trouble since I can replace that with just
a string and get the same results. Any other ideas?

Damon

--- Jean-Paul Calderone <exarkun at divmod.com> wrote:

> On Tue, 12 Sep 2006 21:11:30 -0700 (PDT), Damon Kohler
> <damonkohler at yahoo.com> wrote:
> >This is probably something simple. I'm having some trouble with this little
> bit
> >of code below. I start it up once as a server, then a second time as the
> client
> >connecting to localhost. However, it never actually seems to connect. Both
> >sides just wait indefinitely. I'm a bit stuck as to how to debug this, so if
> >someone has a solution for me and could tell me how I would have figured it
> >out, that would be great!
> 
> Most likely the problem is sys.stdin.readline().  I suggest taking a look
> at twisted.internet.stdio as a way to eliminate your ConsoleInput class
> and the uses of the reactor-private method addReader().
> 
> If I were going to try to track down the cause of the hang, I'd probably
> start with strace to see where the processes are waiting.
> 
> Jean-Paul
> 
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




More information about the Twisted-Python mailing list