Opened 17 years ago
Closed 16 years ago
#1980 closed enhancement (fixed)
Implement XSI semaphore and IPC API
Reported by: | axeld | Owned by: | emitrax |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/libroot.so | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The XSI extensions of POSIX contains a portable IPC API. To ease porting of Unix applications, it would be beneficial if Haiku supported this extension.
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 16 years ago
Owner: | changed from | to
---|
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
POSIX XSI IPC contains: semaphores, message queue and shared memory.
Semaphores have been implemented, and so message queue (about to commit the last piece). The only one missing is shared memory and we have ticket #2657 for it.
Note:
See TracTickets
for help on using tickets.
Those have a lot of peculiarities, I looked at implementing them through a separate filesystem + library, but there are quite many side-effects on them... Actually it's been long since I've seen something that really required those.