Re: [Twisted-Python] How to debug an AMP connection?

2009-07-24 Thread Peter Westlake
On Fri, 24 Jul 2009 12:01 -0400, "Jean-Paul Calderone" wrote: > On Fri, 24 Jul 2009 16:12:28 +0100, Peter Westlake > wrote: > >> In general, though, if you're trying to debug Deferreds you might > >> try setting debugging with defer.setDebugging(1). > > > >What kind of output does that produce

Re: [Twisted-Python] Simple Epoll Reactor question

2009-07-24 Thread Andrew Francis
Hi Glyph: Can do. Tell me how to submit a document patch. Cheers, Andrew Message: 3 Date: Sun, 19 Jul 2009 12:59:22 -0400 From: Glyph Lefkowitz Subject: Re: [Twisted-Python] Simple Epoll Reactor question To: Twisted general discussion Message-ID: Content-Type: text/plain; charset=UTF-8

Re: [Twisted-Python] How to debug an AMP connection?

2009-07-24 Thread Jean-Paul Calderone
On Fri, 24 Jul 2009 16:12:28 +0100, Peter Westlake wrote: > > >On Fri, 24 Jul 2009 10:44 -0400, "Drew Smathers" > wrote: >> On Fri, Jul 24, 2009 at 9:35 AM, Peter Westlake >> wrote: >> > Hello, >> > >> > I'm having trouble with an AMP connection that doesn't fire >> > the Deferred returned by cal

Re: [Twisted-Python] How to debug an AMP connection?

2009-07-24 Thread Peter Westlake
On Fri, 24 Jul 2009 10:44 -0400, "Drew Smathers" wrote: > On Fri, Jul 24, 2009 at 9:35 AM, Peter Westlake > wrote: > > Hello, > > > > I'm having trouble with an AMP connection that doesn't fire > > the Deferred returned by callRemote. The AMP command copies > > files from the client (called a "w

Re: [Twisted-Python] How to debug an AMP connection?

2009-07-24 Thread Drew Smathers
On Fri, Jul 24, 2009 at 9:35 AM, Peter Westlake wrote: > Hello, > > I'm having trouble with an AMP connection that doesn't fire > the Deferred returned by callRemote. The AMP command copies > files from the client (called a "worker" in the code below) > to a server ("controller"). It sends a chunk

[Twisted-Python] How to debug an AMP connection?

2009-07-24 Thread Peter Westlake
Hello, I'm having trouble with an AMP connection that doesn't fire the Deferred returned by callRemote. The AMP command copies files from the client (called a "worker" in the code below) to a server ("controller"). It sends a chunk of text at a time - 16K originally, but I tried smaller amounts to