Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The "ThriftUsageC++" page has been changed by dianfan. http://wiki.apache.org/thrift/ThriftUsageC%2B%2B?action=diff&rev1=29&rev2=30 -------------------------------------------------- shared_ptr<PosixThreadFactory> threadFactory = shared_ptr<PosixThreadFactory>(new PosixThreadFactory()); threadManager->threadFactory(threadFactory); threadManager->start(); - TNonblockingServer server(processor, protocolFactory, port, threadManager); + TNonblockingServer server(processor, protocolFactory, 8888, threadManager); server.serve(); // ...
