Score:-2

Do some companies throttle servers at times of low use to save power?

ro flag

I am attempting to index a large amount of data from a website and the last thing I want to do is DoS it accidentally. To prevent this, I was planning on doing it at night since it is not an international website.

But if they throttle server performance when not used, this would be a problem.

Is throttling server performance ever used by companies to conserve power?

djdomi avatar
za flag
don't care about it, just limit the amount of requests and you should be fine. A Better solution is to ask the owner for a acceptance for doing what you want
Score:1
ru flag

Is throttling server performance ever used by companies to conserve power?

Actually that is done all the time: all modern systems use power management und dynamic clock control to conserve power and reduce cooling.

However, this is a dynamic process, controlled by processing demand. As soon as there's processing demand the clock ramps up, so you'll barely be able to measure the tiny bit of latency that causes (in the order of microseconds).

In practice, you can completely ignore power management.

(I've simplified somewhat - in reality it's a bit more complicated factoring in processing demand, temperatures, thermal envelope, power budget, at even more details.)

Score:0
cn flag

Ask the organization hosting this data that you would like to download a significant amount of it, and how to proceed.

They may accommodate you, such as by generating archives to download, setting guidelines on requests per second and which hours of the day are best, or granting a bypass of rate limiting. Or, they might deny your request, including on non technical reasons like this being against their intended use of the service.

Performance issues you might cause could be any number of things. Perhaps the database was not sized for a large number of requests. Or their bandwidth is limited. Power saving mode might make response time slightly slower, but perhaps not enough to make it a denial of service.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.