RE: FW: 1.5.10: msgsnd between threads hangs, between processes ok..

2004-08-26 Thread Don Post
Larry, Thank you very much, I did miss the response.. My apologies for the resend... -Don -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 9:22 PM To: Don Post; [EMAIL PROTECTED] Subject: Re: FW: 1.5.10: msgsnd between threads hangs, between

FW: 1.5.10: msgsnd between threads hangs, between processes ok..

2004-08-26 Thread Don Post
Hi All, I thought I would try one more time for any ideas... One more data point is that same code compiles and runs on Redhat 7.3 and SUSE 9.1... Does anyone else use IPC to communicate between threads successfully? Thanks, -Don -Original Message- From: Don Post Sent: Monday, August

1.5.10: msgsnd between threads hangs, between processes ok..

2004-08-23 Thread Don Post
Hi All, I have encountered a problem which I hope someone has seen and has a work around for. While I was porting some code that is based on POSIX threads and SYSV message queues I found that if the receiver (i.e. caller to msgrcv) of the message queue is a child or sibling thread of the sender (i