Re: [Twisted-Python] Python multiprocessing and Twisted stopService - success story

2012-01-20 Thread Nicolas Toper
Hi Tom, How do you pass data between the parent and its children with multiprocessing? It worked fine with Twisted in debug but never in prod :( Best Nicolas On Wed, Jan 18, 2012 at 6:39 PM, Tom Sheffler wrote: > We are using Py2.6's multiprocessing with Twisted and things are working > nicely

Re: [Twisted-Python] Finding out the IP which it failed to connect

2012-01-20 Thread Kevin Horn
On Thu, Jan 19, 2012 at 8:19 AM, Facundo Batista wrote: > I have some code that uses a twisted.web.client.HTTPClientFactory. > > I've found that because some issues (firewall rules, not relevant to > the problem), I experienced failures to connect. > > More specifically, I told it to connect to on

Re: [Twisted-Python] Finding out the IP which it failed to connect

2012-01-20 Thread Facundo Batista
On Fri, Jan 20, 2012 at 4:06 PM, Kevin Horn wrote: > twisted.internet.tcp.Connector has a getDestination() method, which should > return an address object. > > Have you tried that? (I haven't, but it looks like the right thing) It returns the name used, not the IP. -- .    Facundo Blog: http:

[Twisted-Python] Twisted Hackday at Rackspace, SF

2012-01-20 Thread exarkun
Hey all, If you're in the bay area, join Rackspace and I on February 1st for a day of hacking on Twisted and Twisted projects: http://twistedpython.eventbrite.com/ Jean-Paul ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://tw

Re: [Twisted-Python] Finding out the IP which it failed to connect

2012-01-20 Thread Itamar Turner-Trauring
On 01/20/2012 02:23 PM, Facundo Batista wrote: > On Fri, Jan 20, 2012 at 4:06 PM, Kevin Horn wrote: > >> twisted.internet.tcp.Connector has a getDestination() method, which should >> return an address object. >> >> Have you tried that? (I haven't, but it looks like the right thing) > It returns th