Re: [Twisted-Python] Catching error in protocol.ReconnectingClientFactory

2012-06-28 Thread Martin
On 28/06/12 12:46, Martin wrote: On 26/06/12 15:12, exar...@twistedmatrix.com wrote: On 25 Jun, 12:16 pm, mar...@webscio.net wrote: No suggestions as to how I could get rid of this? :( I put together a minimal example of ReconnectingClientFactory for the connection refused case for you.

[Twisted-Python] deferred graph?

2012-06-28 Thread Dan Stromberg
Hi. I'm a Twisted neophyte, but I've been using Python a long time. My question: Is there a way of producing a deferred graph in a Python program at a given point in time? Perhaps something based on graphviz and objgraph.py? We're able to detect when we're having the problem, we just don't

Re: [Twisted-Python] deferred graph?

2012-06-28 Thread Laurens Van Houtven
You should still see the unhandled deferred in your logs if that's truly the case. On Thursday, June 28, 2012, Dan Stromberg wrote: Hi. I'm a Twisted neophyte, but I've been using Python a long time. My question: Is there a way of producing a deferred graph in a Python program at a given

Re: [Twisted-Python] deferred graph?

2012-06-28 Thread Glyph
Le Jun 28, 2012 à 3:32 PM, Terry Jones te...@jon.es a écrit : You might be able to use this that I wrote some time ago. It might need some maintenance as the Twisted Deferred code has moved on since then. But the approach might help you:

Re: [Twisted-Python] deferred graph?

2012-06-28 Thread Terry Jones
Hi Glyph! There are a couple of tickets floating around: http://twistedmatrix.com/trac/ticket/3858 http://twistedmatrix.com/trac/ticket/1402 (closed as a dupe) T ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com