setting multiple heaps per process on Solaris

  • Follow


Hi All:

Is there a way to provide multiple-heap capability in the malloc
subsystem to improve the performance of threaded applications running
on multiprocessor systems on Solaris 8/9/10?

Is there an analog of MALLOCMULTIHEAP on AIX?


Thank you,
Alona
0
Reply arossen (3) 3/15/2010 2:11:42 PM

On 03/16/10 03:11 AM, Alona wrote:
> Hi All:
>
> Is there a way to provide multiple-heap capability in the malloc
> subsystem to improve the performance of threaded applications running
> on multiprocessor systems on Solaris 8/9/10?

You can link with an alternative allocator.  See libumem(3LIB) and

http://developers.sun.com/solaris/articles/multiproc/multiproc.html

-- 
Ian Collins
0
Reply Ian 3/15/2010 8:45:07 PM


Ian Collins wrote:
> On 03/16/10 03:11 AM, Alona wrote:
>> Hi All:
>>
>> Is there a way to provide multiple-heap capability in the malloc
>> subsystem to improve the performance of threaded applications running
>> on multiprocessor systems on Solaris 8/9/10?
>
> You can link with an alternative allocator. See libumem(3LIB) and
>
> http://developers.sun.com/solaris/articles/multiproc/multiproc.html
>



And this one:

	http://www.cherrystonesoftware.com


Jim



0
Reply balson 3/23/2010 2:04:29 AM

2 Replies
733 Views

(page loaded in 0.08 seconds)

Similiar Articles:













7/21/2012 5:42:48 AM


Reply: