Re: [Twisted-Python] Conch channel blocked

2010-02-04 Thread Kuba Konczyk
2010/2/4 james bardin : > On Thu, Feb 4, 2010 at 9:01 AM,   wrote: >> >> I can't run your example code, since it's not a complete example.  That >> makes it harder to point out what's wrong with it.  However, one thing >> does strike me as wrong: >>>        while chunk: >>>            self.write(ch

Re: [Twisted-Python] Conch channel blocked

2010-02-04 Thread james bardin
On Thu, Feb 4, 2010 at 9:01 AM, wrote: > > I can't run your example code, since it's not a complete example.  That > makes it harder to point out what's wrong with it.  However, one thing > does strike me as wrong: >>        while chunk: >>            self.write(chunk) >>            chunk = f.rea

Re: [Twisted-Python] Conch channel blocked

2010-02-04 Thread exarkun
On 2 Feb, 09:24 pm, jbar...@bu.edu wrote: >Hello, > >I'm trying to get a feel for twisted.conch, and not getting very far. >I know the documentation is lacking, but I'm not here to complain, I'm >here to figure this out. I only have a cursory knowledge of twisted so >far, so that may be some of my

[Twisted-Python] Conch channel blocked

2010-02-02 Thread james bardin
Hello, I'm trying to get a feel for twisted.conch, and not getting very far. I know the documentation is lacking, but I'm not here to complain, I'm here to figure this out. I only have a cursory knowledge of twisted so far, so that may be some of my problem. I am however fairly familiar with the i