From 5f3c38eff7759bb2dea8f35ece39a784c70c71e8 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 11 Apr 2011 00:16:40 -0700 Subject: [PATCH] Removed zeromq hub doc. --- doc/hubs.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/hubs.rst b/doc/hubs.rst index 6e1de07..f159611 100644 --- a/doc/hubs.rst +++ b/doc/hubs.rst @@ -15,8 +15,6 @@ Eventlet has multiple hub implementations, and when you start using it, it tries Lowest-common-denominator, available everywhere. **pyevent** This is a libevent-based backend and is thus the fastest. It's disabled by default, because it does not support native threads, but you can enable it yourself if your use case doesn't require them. (You have to install pyevent, too.) -**zeromq** - `ZeroMQ `_-powered hub. This hub supports all normal non-blocking socket operations, and it's required for :mod:`eventlet.green.zeromq` to work. If the selected hub is not idea for the application, another can be selected. You can make the selection either with the environment variable :ref:`EVENTLET_HUB `, or with use_hub.