I have been working with Amazon's AWS. I want to know the best way to search for more that one item per second. Currently, searching for one item per second is the limitation according to amazon's terms of service. One way is, to create a multi threaded application and use proxies so that multiple queries can be posted. I would like to know, if many accounts can be created and using the IDs amazon gives, can we use the same IP address and run many clients with different IDs..??? SOMEBODY HELP ME.... Regards.. A confused soul...
umh..no.... the cap is per IP, as far as i know. Other solution would be doing something with cacheing.