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.
套接字编程和任务间通信有什么区别
如何在linux和vxworks中实现进程间通信?什么场景下需要任务间通信和进程间通信?
请详细解释
你应该阅读这个:http ://en.wikipedia.org/wiki/Inter-process_communication
简而言之,套接字可用于本地或网络通信。任务间通信(如共享内存)只能用于在同一主机上运行的进程。