Find the answer to your Linux question:
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. ...
  1. #1
    Just 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!!!

  2. #2
    Just Joined!
    Join Date
    Dec 2007
    Posts
    28
    Hi,

    Can anyone suggest me plz!!!

  3. #3
    Linux Engineer wje_lf's Avatar
    Join Date
    Sep 2007
    Location
    Mariposa
    Posts
    1,192
    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:
    Code:
    man mq_getattr Linux
    Hope this helps.
    --
    Bill

    Old age and treachery will overcome youth and skill.

  4. #4
    Just Joined!
    Join Date
    Dec 2007
    Posts
    28
    Thankyou Very much!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...