for(int i=0;i<100;i++)
{
try
{
o_icecomm = Ice.Util.initialize(ref arg);
Ice.ObjectPrx obj = o_icecomm.stringToProxy("PCManager:default -h 172.16.166.6 -p 10000");
PCManagerPrx PCmanager= PCManagerPrxHelper.checkedCast(obj);
..........
}
catch
{
}
}
when the program is executed, throw exceptions.because I did not start service of ICE. I find that memoy of thread grow fastly.why?
thank you.

Reply With Quote
谢谢.
