Ruby's (and Python's) lack of parallel running threads has led to developers looking at event-based and non-blocking I/O solutions as well as distributing the workload across OS processes.
在Ruby(以及Python)里难以并行运行线程的问题,导致了许多开发者把目光转向基于事件和非阻塞I/O的解决方案,此外,使用多个OS进程来实现负载分布也是常用的策略。
Ruby's (and Python's) lack of parallel running threads has led to developers looking at event-based and non-blocking I/O solutions as well as distributing the workload across OS processes.
在Ruby(以及Python)里难以并行运行线程的问题,导致了许多开发者把目光转向基于事件和非阻塞I/O的解决方案,此外,使用多个OS进程来实现负载分布也是常用的策略。
应用推荐