Hi everyone,
I am developing a webApp. I am using Python + Django. The app
basically need to fetch tweets and if there are any twitpic, yfrog or
tweetphoto specific urls then it also needs to fetch the images from
the corresponding site. Now, my problem is that I need to make a large
no. of calls to the server to fetch the images (and they are made
serially ). That thing is slowing down the app by a significant
amount. Is there any alternative to reduce that time.

Any help is appreciated.
Regards,
Jack Sparrow :)

Reply via email to