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.
私の要件は、JSON 文字列を使用して Windows 上の C クライアントと Java サーバーの間で IPC を行うことです。
Java から Windows で名前付きパイプ ("\.\pipe\filename") を使用できないことに気付きました。セキュリティと速度を確保するために、より複雑になるため、ネットワークベースのアーキテクチャを使用することにあまり熱心ではありません。
たまたま知っている共有メモリ/高速ソリューションを教えてください。
前もって感謝します :)