Hacker News new | ask | show | jobs
by greglindahl 3587 days ago
Search engine crawlers use adaptive politeness: start being very polite, and ramp up parallel fetches if the site responds quickly and has a lot of pages.
1 comments

That's kind of what Scrapy's AUTO_THROTTLE middleware does.