Opened 16 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 mmu_man, 16 years ago

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.

comment:2 by emitrax, 16 years ago

Owner: changed from axeld to emitrax

comment:3 by emitrax, 16 years ago

Resolution: fixed
Status: newclosed

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.