Forums

Scaling To 1000request/S

How to configure my Django project for 1000 request/s in low budget upgrading.

Here is my setup:2000cpu second, 1web app, 15web workers, 2gb disks space and 4gb Postgress space @ $25.8 can this work.

If every one of your views responds in less than 0.015 seconds (15/1000), then it should be fine.

It's worth noting that that is a lot of requests. According to this Stack Overflow post, in 2011 Twitter was handling 600 requests/second.