void WordQueryServer::start()
{
	_pool.start();
	_tcpServer.start();
}