[twitter-dev] Re: http return 0

2009-10-16 Thread Scott Haneda
Correct, error 0 means no data was returned, and that the timeout in curl was hit, which I have set to 10 seconds. I am seeing about 5 of these per Admin block 24 hours, out of around 300 calls per 24 hours. I see a lot more of them when I see more of the 502 errors, which seems to tell

[twitter-dev] Re: http return 0

2009-10-15 Thread JDG
i think http 0 in curl just means the connection failed. should probably just retry. On Thu, Oct 15, 2009 at 14:44, Scott Haneda talkli...@newgeo.com wrote: I have a pretty simple function I made to curl a url against twitter. I am whitelisted. I call a url once every 15 seconds, about once

[twitter-dev] Re: http return 0

2009-10-15 Thread Scott Haneda
I think so too, I am running some more tests. I have confirmed with a parallel test to a nearby host to twitter, that I am able, at the same time, to make a http request to their resource. While I can not time the curl actions to happen at the exact same time, one much happen before