Alexander Indenbaum wrote:
> 
> Hi!
> 
> We have problem with program which fails to utilize all the CPUs on
> multi-proccessor machine. We suspect that all the threads wait on same
> mutex when they allocate memory since heap is shared.
> Is this true? How it can be solved?

Rewrite/modify your application to use PVM (parallel virtual machine).

PVM will run applications in parallel on the same or different systems.

Geoff.

-- 
Geoffrey S. Mendelson
Tel:  972-(0)3-6944-211  Fax: 972-(0)3-6944-225 Email: [EMAIL PROTECTED]

=================================================================
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