Results 1 to 4 of 4
HI,
In my application, I used System V messages.
In the applicaiton , if I want to check message avaliability, we used "msgctl".
Now we want to use Posix Message's. ...
- 02-25-2008 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 28
Posix Message - Check Message Avaliable
HI,
In my application, I used System V messages.
In the applicaiton , if I want to check message avaliability, we used "msgctl".
Now we want to use Posix Message's. How to develop wrapper for "check message avaliability"?
Can anyone suggest how to implement it using Posix Messages?
Thanks in Advance!!!
- 02-29-2008 #2Just Joined!
- Join Date
- Dec 2007
- Posts
- 28
Hi,
Can anyone suggest me plz!!!
- 02-29-2008 #3
Sure. I suggest you read the man pages. The answer is right there, and you'll get it faster that way.
If you don't have the man pages, google this:
Hope this helps.Code:man mq_getattr Linux
--
Bill
Old age and treachery will overcome youth and skill.
- 03-04-2008 #4Just Joined!
- Join Date
- Dec 2007
- Posts
- 28
Thankyou Very much!!!


Reply With Quote