Re: [OT] Memory allocation in multi-threaded program on multi-proccessormachine

2001-02-01 Thread guy keren
On Wed, 31 Jan 2001, Alexander Indenbaum wrote: 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? it sounds

[OT] Memory allocation in multi-threaded program on multi-proccessormachine

2001-01-31 Thread Alexander Indenbaum
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 [EMAIL PROTECTED]