[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[OT] Memory allocation in multi-threaded program on multi-proccessormachine
- To: <linux-il(at-nospam)linux.org.il>
- Subject: [OT] Memory allocation in multi-threaded program on multi-proccessormachine
- From: Alexander Indenbaum <baum(at-nospam)actcom.co.il>
- Date: Wed, 31 Jan 2001 18:43:49 +0200 (EET)
- Delivered-To: linux.org.il-linux-il@linux.org.il
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
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?
Alexander Indenbaum
baum@actcom.co.il
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il