Hello,
I'm trying to port a piece of software the utilizes the message queue IPC
(calls msgget, msgsnd, etc, )
This functionality is missing on OSX, I've received information
about two different bugs reports on this matter:
http://www.opensource.apple.com/bugs/X/Kernel/2690816.htmlhttp://www.opensource.apple.com/bugs/numericIndex.html#2855541
I am looking for a way to implement this APIs.
Did anyone do something like this?
I am considering to implement it using shared memory IPC and some
pthreads calls for the non busy waits, any suggestions?
Thanks!
Eduardo Alperin
Creo Products
_______________________________________________
unix-porting mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/unix-porting
Do not post admin requests to the list. They will be ignored.