001: Inter-process Communication type

Source: Internet
Author: User
Tags mutex posix read write lock semaphore

One:IPC:interprocess communication interprocess communication technology. The delivery of various messages between different processes on an operating system (message passing)

Two: Type

1. Piping (pipe). Nameless pipes are used between processes that have a common ancestor. The Nameless Pipeline (FIFO) resolves the communication problem without the affinity process.

2.System Message Queuing. Used for communication between relatives and unrelated processes on the same host.

3.Posix Message Queuing. POSIX real-time standard. Used between processes that have affinity and affinity for the same host.

4. Remote procedure calls (remotelyprocedure call RPC).

5. Record lock (recordinglocking).

6.System signal Volume (System semaphore)

7.Posix Semaphore (Posix semaphore)

8. Mutex (mutex) and condition variable (condition variable). Often used for inter-thread synchronization. You can also provide synchronization between different processes.

9. Read/write lock. (read write lock). Another form of synchronization.

001: Inter-process Communication type

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.