I am using thrift C++ library. My code look like:
thread_manager->threadFactory(threadfactory);
thread_manager->start();
server = new TNonblockingServer(processor, protocolfactory,
port,
thread_manager);
server->serve();
Sometimes, while starting the process. I am getting following error:
Thrift: Tue Sep 3 06:54:47 2013 IllegalStateException: Server::process()
ThreadManager::Impl::add ThreadManager not started
regards
Vivek Goel
