Archived

This forum has been archived. Please start a new discussion on GitHub.

two questions

1、what's means about this warning"thread pool `Ice.ThreadPool.Server' is running low on threads Size=10, SizeMax=50, SizeWarn=7"
2、this is a Subscriber about icestorm.
My codes:
try{
Ice::ObjectAdapterPtr adapter =communicator->createObjectAdapter ("MonitorAdapter");
}
catch(const Ice::Exception& ex)
{
cerr << ex << endl;
}
cout:.\ObjectAdapterFactory.cpp:109: Ice::ObjectAdapterDeactivatedException:
object adapter `' deactivated
why? this question happened sometimes .
regards yanhbo

Comments