This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Queues (QUE) versus Mailboxes (MBX)

Hi,

My SW application is an intensive number crunching application.  There are several tasks in the system and I would like to us either QUE or MBX.  I looked at the QUE implemetation and looks like the receiver task has to poll to see if the queue is empty or not.  Will the MBX_pend with the timeout more efficient then polling the QUE_empty?  I think the MBX_pend is more efficient and faster but I would like to get more information about it.

Thanks,

Dennis