IPC (Interprocess Communication)

    技术2022-05-11  27

     1. Pipes, have two limits: half duplex and can be used only between processes that a common ancestor.

     2. FIFOs (sometimes called named pipes).

     3. Semonphore.

     4. Message queues.

     5. Sockets.


    最新回复(0)