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.
我正在寻找持久的(转储到 FS)无代理和轻量级队列或存储。事实上,我需要从一个进程向 FS 顺序写入消息的解决方案,以及在 Linux 下从另一个进程顺序读取的解决方案。进程可以在交换期间启动或停止。此外,消息必须在重新启动后可恢复。良好的表现将是一个加分项。
有什么建议么?
谢谢。