|
a trouble with HP-UX and RW-STL
Hi,
My project and Ice lib have to be compiled and launched on HP-UX v11i. So I compiled it with aCC and RW-STL. When the tranfic between clients and serve is not very heavy, the system works well. If network flows grow up, the memory used by the server will rapidly grow up to 0.9GB and lead to core dump. We found that the "erase" method of std::map can not release the memory occupied by map. Should I compile all with STLport and gcc?
Have you any experiences on HP-UX?
Thanks in advance.
Feng Xuebin
__________________
Fengxb
Last edited by fengxb : 02-01-2007 at 05:26 AM.
|