Vladimir Dozen([EMAIL PROTECTED])@2001.09.29 15:59:41 +0000:
> ehlo.
> 
>   (Sorry for long pre-history, I believe it is necessary.)
> 
>   My current employer develops large CORBA-based data mining servers.
>   They are usually run under HP-UX, but, following the current fashion
>   to build processing farms, I was targeted to build version for free
>   unices. Initial platform was Linux, and build itself was done smoothly,
>   but very soon we were got problem: we use pthreads; to be more precise,
>   we use thread-per-client model. This means that at the same time we may
>   compute from single to a few tens client sessions. Each session may eat
>   as much as 1G of address space, and even more (actually, there is no
>   limits except for hardware ones).

IIRC from the problems we had with a project some while ago, mm might
help. [http://www.engelschall.com/sw/mm/]

it wraps malloc() and friends into a neat api, including preallocation
in fs space (the features are somewhat os dependent) and fast shared
memory.

/k

-- 
> Did you know that there are 71.9 acres of nipple tissue in the U.S.?
KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie
http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.net/
karsten&rohrbach.de -- alpha&ngenn.net -- alpha&scene.org -- [EMAIL PROTECTED]
GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE  DF22 3340 4F4E 2964 BF46
Please do not remove my address from To: and Cc: fields in mailing lists. 10x

PGP signature

Reply via email to