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 で実装するかどうかを決定する際の重要な要素は何ですか? どちらも、2 つのプロセス間の双方向通信を許可しているようです。
あるアプローチが他のアプローチよりも優れている分野はありますか? たとえば、複数のクライアントが同時にサーバー プロセスにアクセスできるようにする必要がある場合です。