Hacker News new | past | comments | ask | show | jobs | submit login

It's a bit of a step back in time reading things like this.

This is stateless HTTP requests hitting a relational database. How is this dead horse still being beaten? The patterns for load balancing, horizontal scalability, caching in this space well documented.

What are we gaining still profiling Django, Flask and Ruby on Rails in 2021.




I suppose every app you work on runs the same query repeatedly? Yes, load balancing makes sense, but the author is specifically looking at requests per thread, i.e., wouldn't it be great (and more cost effective) to get as much throughput from a single thread as possible?


Does this mean you work with a stateful websockets setup? What stack?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: