Practical DevOps
上QQ阅读APP看书,第一时间看更新

Factor 8 – concurrency

Scale out via the process model. This factor is more or less a statement of a positive outcome of factor six. Traditionally, there was a lot of debate over threads versus processes. Threads were hailed as an innovation, and suddenly they were everywhere. Today, the pendulum is turning back towards processes, certainly on the server side, but also, more surprisingly, on the client side, where modern browsers use a process for each user visible tab.