Hacker News new | ask | show | jobs
by shinzui 1335 days ago
It's worth noting that Basecamp's architecture relies on vertical scaling, which can get very expensive in the cloud.
1 comments

How so? Email is a fairly embarrassingly parallel problem.
DHH’s preferred architecture is a rails monolith with a single database behind it that you keep scaling vertically. I believe both Hey and Basecamp are still using that architecture.