Re: [Twisted-Python] Missing connections with Perspective Broker ( newbie alert )

2010-11-30 Thread Glyph Lefkowitz
On Nov 30, 2010, at 8:07 AM, Peter Westlake wrote: > On Tue, 30 Nov 2010 07:39 -0500, "Grant Mckenzie" > wrote: >> Hi, >> >> I am using a Perspective Broker to service requests from a client on the >> same machine ( Windows XP ). This works fine most of the time however >> occasionally I see st

Re: [Twisted-Python] Missing connections with Perspective Broker ( newbie alert )

2010-11-30 Thread Peter Westlake
On Tue, 30 Nov 2010 07:39 -0500, "Grant Mckenzie" wrote: > Hi, > > I am using a Perspective Broker to service requests from a client on the > same machine ( Windows XP ). This works fine most of the time however > occasionally I see strange behaviour. The client uses connectTCP and > provides a t

[Twisted-Python] Missing connections with Perspective Broker ( newbie alert )

2010-11-30 Thread Grant Mckenzie
Hi, I am using a Perspective Broker to service requests from a client on the same machine ( Windows XP ). This works fine most of the time however occasionally I see strange behaviour. The client uses connectTCP and provides a timeout of 5 seconds. Logging indicates that the client attempts to

Re: [Twisted-Python] twisted.web, url -> resource mapping and isLeaf questions

2010-11-30 Thread David
On 11/30/2010 05:42 PM, Glyph Lefkowitz wrote: > I'm not sure what you're asking here; it seems like you've figured out > the resource model. It was not obvious to me I figured it out, I guess :) > It has some rough edges, which we are trying to > eventually fix (see, for example,

Re: [Twisted-Python] [ANNOUNCE] Twisted 10.2.0 Released

2010-11-30 Thread Jonathan Lange
On Tue, Nov 30, 2010 at 6:07 AM, Glyph Lefkowitz wrote: > Twisted 10.2.0, the third Twisted release of 2010, has emerged from the > mysterious depths of Twisted Matrix Labs, as so many releases before it.   > Survivors of the release process - what few there were of them - have been > heard to c

Re: [Twisted-Python] twisted.web, url -> resource mapping and isLeaf questions

2010-11-30 Thread Glyph Lefkowitz
On Nov 30, 2010, at 1:07 AM, David wrote: > Isn't there a more natural way of doing things ? No. I'm not sure what you're asking here; it seems like you've figured out the resource model. It has some rough edges, which we are trying to eventually fix (see, for example, ).