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.
POSIX 似乎定义了两种不同的可选 IPC API 来提供共享内存:XSI 扩展(shmget、shmctl、shmdt)和实时选项组(shm_open、shm_unlink)。shmget 的 opengroup 文档在“应用程序使用”部分中说,如果我编写使用 XSI 例程的软件,应该很容易修改它以使用实时扩展中的例程。
这是否意味着应该首选实时扩展中的例程(如果可用)?
一套打算最终取代另一套吗?
哪一套更“面向未来”?
问候,大卫