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.
我要求同一主机上的两个特定进程通过仅附加文件进行通信。一个过程生产,另一个过程消耗。在进入第二个进程(至少是磁盘的操作系统缓存)之前,对象流必须命中磁盘。
我想使用 Netty 来解析文件中的对象流。有没有办法将 Netty 附加到文件中?
出于延迟考虑,我宁愿它不涉及计时器。拦截没问题。
(如果这有什么不同,我正在使用 JDK-7)
Java 7 中有一些新特性可能对您有用:
Netty 用于套接字。如果您需要使用文件,我想 Apache Camel 更合适: