Comment on Handling 100 Requests per Second with Python and DjangoComments−rachelbythebay5yNote: across multiple machines.−ericholscher5yI think we could probably do it on 1 machine. We have multiple mostly for availability and handling spikes. There's definitely no reason we couldn't use 1 large machine to do this, just not a great reason to run a production app this way.
Comments
Note: across multiple machines.
I think we could probably do it on 1 machine. We have multiple mostly for availability and handling spikes. There's definitely no reason we couldn't use 1 large machine to do this, just not a great reason to run a production app this way.