Page 1 of 1

Linux Message Queues

Posted: Wed Jan 23, 2008 2:01 pm
by supermike
I was thinking of hooking PHP into the Linux message queue mechanism like you see here:

http://us2.php.net/manual/en/function.msg-send.php

However, I wanted to know what happens to that message queue when the server is rebooted -- does it remain?

Re: Linux Message Queues

Posted: Wed Jan 23, 2008 3:31 pm
by VladSun
I don't think so. Why would you want to do this?