sys/msg.h
sys/msg.h
- Subject: sys/msg.h
- From: Ricardo Cabral <email@hidden>
- Date: Sun, 10 Feb 2002 20:00:35 -0100
hey all
i am writing a daemon for a game, which is divided in three processes.
one process receives data from sockets and parses it to structures so
the other process can handle them. as a former linux adept, i decided to
use System V message queues, since these are widely supported in various
*nixes and shouldn't be much of a problem to use in mac os x. the
problem i stumbled upon is the lack of an include file - msg.h.
i wonder if there's any reason why this file is not implemented. does
anyone have it? i find it akward because all other files are there
(sys/ipc.h and stuff)
Are there any alternatives to this form of interprocess comunication
that do pass entire structs and are portable?
thanks in advance!
----
."-. Cumprimentos (regards)
/X | _o.----. _ Ricardo Cabral - NightDog
/\_ \/ / __ \_// ) Someone Said the Internet was like Oxygen
\__)-/_/\_____)____/ I breath the Internet
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.