def _proxyThread(logger, master, frontend, backend, url_frontend, url_backend): logger.debug("Routing from " + url_frontend + " to " + url_backend) zmq.proxy(frontend, backend)