The hard problems in distributed computing are not the
problems of how to get things on and off the wire.
The hard problems in distributed computing concern dealing
with partial failure and the lack of a central resource manager.
The hard problems in distributed computing concern
insuring adequate performance and dealing with problems
of concurrency.
The hard problems have to do with differences in memory access paradigms between local and distributed entities. People attempting to write distributed applications quickly discover that they are spending all of
their efforts in these areas and not on the communications
protocol programming interface.
problems of how to get things on and off the wire.
The hard problems in distributed computing concern dealing
with partial failure and the lack of a central resource manager.
The hard problems in distributed computing concern
insuring adequate performance and dealing with problems
of concurrency.
The hard problems have to do with differences in memory access paradigms between local and distributed entities. People attempting to write distributed applications quickly discover that they are spending all of
their efforts in these areas and not on the communications
protocol programming interface.
本文探讨了分布式计算中的核心挑战,如处理部分故障、确保足够性能、解决并发问题及内存访问范式的差异等。作者强调真正的难点并非通信协议本身,而是上述更为复杂的系统层面问题。
3350

被折叠的 条评论
为什么被折叠?



