Can Django Handle 100k Requests Per Second?
Or is there any limit?
Famously, Instagram was built on Django, and even to this day still uses the core request-response handlers. So, practically speaking, Django can scale much further than you’ll ever need.
1 Like
Thanks you. I didn’t think about Instagram at all.