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.
我需要从不同的进程在 tcp 套接字上发送东西。是否允许在同一个套接字上同时发送?如果不是,如何实现同步化?
是的,套接字的行为就像一个进程,接受来自任何其他进程的消息。请注意,如果消息的顺序很重要,则无法保证发送消息的顺序(仅每个发送过程的消息顺序)。