(10-14-2011 09:27 AM)duhol Wrote: I dont know how to coding. I learn when I want to make something. Dont be so rough for me
For something like this, that strategy will simply result in tears.
You can't expect to understand rocket science simply by attempting to build a rocket and learning as you go. You really need to understand all the underlying theory beforehand (which will then allow you to come up with a design etc).
Similarly, something like this needs to be designed. It's great that you're willing to learn, however, you can't simply just jump in and hope you'll get somewhere.
Although here you don't really need to understand coding to design it, but you need to come up with a design on how you want this to
exactly work from a
technical standpoint. You know that fetching from an external server is slow, so how do you wish to implement this fetch?
If the service supports supplying multiple URLs at once, then you need to consider if you can send multiple URLs at a time to get around the fact that sending thousands of requests is just simply slow.