Quoting Kobi Cohen-Arazi <[EMAIL PROTECTED]>:

> Hi,
>
> The test created consumer Thread Pool which were "sitting" on a
> synchronized message queue (using condition variables with mutex etc
> ...)
>
> The producer thread insert messages to that queue.
> The test measured the time took the system to consume all the messages.
>
> The message was sizeof (void*)
>
> Now, instead of Message Queue, I've tested it with Unix Domain sockets
> using DGRAM. (And I've also tried CODGRAM which performed slightly
> better). Again the message was sizeof (void*)
>
> Take care,
> Kobi.
>

I was not talking about POSIX message queues mechanizm.

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to