Linked by Thom Holwerda on Fri 25th May 2007 21:51 UTC
Thread beginning with comment 243284
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: how to know i'm using hoard?
by gerryxiao on Sat 26th May 2007 15:14
in reply to "RE: how to know i'm using hoard?"
Compile your program. Then run "ldd" on it to see which (dynamic) library it is linked to:
> ldd myapp
i'm not using it for developing, just want some programs in my box apply libhoard.so to improve performance
there aren't any programs in linux which have the same functions as pldd in solaris, but i'm not sure
pmap seems working in linux
pmap <pid>
Edited 2007-05-26 15:19
RE[3]: how to know i'm using hoard?
by big_gie on Sat 26th May 2007 15:27
in reply to "RE[2]: how to know i'm using hoard?"





Member since:
2006-01-04
Compile your program. Then run "ldd" on it to see which (dynamic) library it is linked to:
> ldd myapp