Re: [Twisted-Python] How to find out if exceptions are being raised in your errBack?

2009-10-14 Thread Andrew Bennetts
Glyph Lefkowitz wrote: [...] >I'm answering a question you didn't ask, about logged errors, because I >think it's the one you meant to ask.  The answer to the question you are >actually asking here, i.e. "how do I handle errors in an errback", is >quite simple: add another errback. 

Re: [Twisted-Python] Twisted Performance

2009-10-14 Thread Laurens Van Houtven
On Wed, Oct 14, 2009 at 4:44 AM, Daniel Griffin wrote: > Hi, > > I am new to twisted and have been having trouble finding out information > about twisted's performance. I have a fairly simple setup where I need to > open a bunch of TCP connections that last for varying amounts of time but > dont d

Re: [Twisted-Python] How to find out if exceptions are being raised in your errBack?

2009-10-14 Thread Steve Steiner (listsin)
On Oct 14, 2009, at 3:22 AM, Andrew Bennetts wrote: > Glyph Lefkowitz wrote: > [...] >> I'm answering a question you didn't ask, about logged errors, >> because I >> think it's the one you meant to ask. The answer to the question >> you are >> actually asking here, i.e. "how do I handl

Re: [Twisted-Python] How to find out if exceptions are being raised in your errBack?

2009-10-14 Thread Steve Steiner (listsin)
On Oct 14, 2009, at 2:07 AM, Glyph Lefkowitz wrote: On Tue, Oct 13, 2009 at 8:02 PM, Steve Steiner (listsin) > wrote: I've been hunting down a problem that I've finally found the cause of and I'd like to know what's the Twisted way to catch this "error within the code handling the error" type

Re: [Twisted-Python] Twisted Performance

2009-10-14 Thread Steve Steiner (listsin)
On Oct 14, 2009, at 4:55 AM, Laurens Van Houtven wrote: > Personally I'm a big fan of this series of blog posts: > http://krondo.com/blog/?page_id=1327 Very nice, thanks for sharing! S ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com

Re: [Twisted-Python] How to find out if exceptions are being raised in your errBack?

2009-10-14 Thread Tim Allen
On Wed, Oct 14, 2009 at 07:43:41AM -0400, Steve Steiner (listsin) wrote: > That's the thing about Twisted; sometimes it's hard to know whether > the stuff that has been built into standard Python since Twisted > 'rolled their own' is a superset, a subset, or a completely > different beast. Logging

Re: [Twisted-Python] How to find out if exceptions are being raised in your errBack?

2009-10-14 Thread Glyph Lefkowitz
On Wed, Oct 14, 2009 at 4:43 AM, Steve Steiner (listsin) < list...@integrateddevcorp.com> wrote: > > On Oct 14, 2009, at 2:07 AM, Glyph Lefkowitz wrote: > > Yes, we're working on it but it's a large code base and we started with > exactly zero tests. While that leaves infinite room for improvemen

Re: [Twisted-Python] How to find out if exceptions are being raised in your errBack?

2009-10-14 Thread Steve Steiner (listsin)
On Oct 14, 2009, at 8:26 AM, Tim Allen wrote: > On Wed, Oct 14, 2009 at 07:43:41AM -0400, Steve Steiner (listsin) > wrote: >> That's the thing about Twisted; sometimes it's hard to know whether >> the stuff that has been built into standard Python since Twisted >> 'rolled their own' is a supers

Re: [Twisted-Python] Twisted Performance

2009-10-14 Thread Daniel Griffin
Sounds good, I am going to try to get this up and running over the next few days. I'll get back with some results. Dan On Wed, Oct 14, 2009 at 7:14 AM, Steve Steiner (listsin) < list...@integrateddevcorp.com> wrote: > > On Oct 14, 2009, at 4:55 AM, Laurens Van Houtven wrote: > > Personally I'm

Re: [Twisted-Python] Twisted Performance

2009-10-14 Thread Dave Peticolas
Steve Steiner (listsin) wrote: > On Oct 14, 2009, at 4:55 AM, Laurens Van Houtven wrote: >> Personally I'm a big fan of this series of blog posts: >> http://krondo.com/blog/?page_id=1327 > > Very nice, thanks for sharing! Thank you. I really meant to make a public announcement about that on this

Re: [Twisted-Python] Twisted Performance

2009-10-14 Thread Steve Steiner (listsin)
Cool, please let me know off-list if you'd like a quick review before "going live." S On Oct 14, 2009, at 9:30 PM, Dave Peticolas wrote: > Steve Steiner (listsin) wrote: >> On Oct 14, 2009, at 4:55 AM, Laurens Van Houtven wrote: >>> Personally I'm a big fan of this series of blog posts: >>> ht

[Twisted-Python] Can I post a consultant request here?

2009-10-14 Thread Steve Steiner (listsin)
Hey! I apologize in advance if this type of request is not desired/allowed on this list. I'm looking for a very short-term mentoring/consulting contract to help me get an Ajax/Comet type of connection working between a web interface and a fairly long-running, server-side pr