|
Home > Archive > Unix questions > December 2007 > Problem with Message Queue
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem with Message Queue
|
|
| ganesh bora 2007-11-20, 1:37 am |
| Hi all,
I m using HP -Unix 11, and I m having some problem with message
queues.
I m having following kernal level parameter settings -
msgmap 42 - (2+MSGTQL)
msgmax 8192 Y 8192
msgmnb 16384 Y 16384
msgmni 50 - 50
msgseg 2048 - 2048
msgssz 8 - 8
msgtql 40 - 40
I m trying to write 136 bytes in my queue and trying to read same but
when I m trying to read it the last value is comming something
garbage.
| |
| yogeshtarade1@gmail.com 2007-12-10, 1:21 pm |
|
Hi all,
I m using HP -Unix 11.11, and I m having some problem with message
queues.
I m having following kernal level parameter settings -
msgmap 42 - (2+MSGTQL)
msgmax 8192 Y 8192
msgmnb 16384 Y 16384
msgmni 50 - 50
msgseg 2048 - 2048
msgssz 8 - 8
msgtql 40 - 40
I m trying to write 136 bytes in my queue and trying to read same but
when I m trying to read it the last value is comming something
garbage.
actually there are 22 records, first 21 record have no any problem ,
but for last 22th record garbage value occure.
|
|
|
|
|