PDA

View Full Version : amazon sites



Snowballer
07-02-2005, 04:22 PM
Hi,

Is it a general consensus that its better to pull all the amazon items you want and store them on the server as oppose to pulling items on the fly?

If someone out there pulls items on the fly, does amazon keep up during a searchengine spider?

My feeling is that having the data locally will make the site that much more responsive.

James
07-02-2005, 05:59 PM
You're not allowed to pull items more than 1 per second, I believe.

r2d2
07-03-2005, 04:59 AM
No, thats true. I had thought about writing some kind of script to store product details in a database. But everyone seems to just grab them on the fly, or sometimes use a cache, but to cache the HTML output of a page request rather than product details in a database.

Snowballer
07-03-2005, 09:58 AM
Don't you find that sites that pull from amazon live are a bit slow?

If you have 1000's of products, i'm sure you go over the 1 second rule hehe. I guess they are not that strict about it.

moonshield
07-03-2005, 10:00 AM
Don't you find that sites that pull from amazon live are a bit slow?

Nope, I find them to be quite swift. It does matter if your server is up to par.

r2d2
07-03-2005, 11:48 AM
Also AWS4 seems faster than AWS3.

Blue Cat Buxton
07-03-2005, 11:49 AM
The one second rule is per request to their server; some searches will pull 10 results, but that is why you need caching to avoid repeat server requests

r2d2
07-03-2005, 11:53 AM
A search with 10 results is still only one request though.. Or weren't you saying that?

James
07-03-2005, 12:33 PM
Sounds like she was saying that.

Blue Cat Buxton
07-04-2005, 12:58 AM
I was (or at least trying too)