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.
消息队列可以发送消息,即使对方不存在读取它,对方可以稍后慢慢来并读取累积的队列。
我如何在套接字中实现这一点?每次当没有人听(当然绑定)时我写一个套接字它都会失败[连接流套接字:连接被拒绝或连接流套接字:没有这样的文件或目录]
起初,我只看 AF_UNIX、SOCK_STREAM
谢谢内森
做不到。如果没有人接受数据,就没有人接受数据。
看看systemd(在 Linux 中)如何处理这个问题,也许它可以解决您的问题?