Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我想创建一个多进程的客户端-服务器类型的系统,其中一个 Ruby 程序是客户端,另一个 Ruby 程序是服务器,那么在决定是否使用 DRb 和 TCPSocket 实现这一点时,重要的因素是什么?两者似乎都允许两个进程之间的双向通信。
是否存在一种方法比另一种方法更好的领域?例如,如果您需要多个客户端能够同时访问服务器进程。