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
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
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:
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
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