switched to gevent zmq, fixed hangups

This commit is contained in:
fawce
2012-02-14 13:52:10 -05:00
parent 13adb810dd
commit aeecf19f77
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
Provides simulated data feed services...
"""
import multiprocessing
import zmq
from gevent_zeromq import zmq
import json
import copy
import threading
+1 -1
View File
@@ -3,7 +3,7 @@ Commonly used messaging components.
"""
import json
import uuid
import zmq
from gevent_zeromq import zmq
import zipline.util as qutil
+1 -1
View File
@@ -2,7 +2,7 @@
Provides data handlers that can push messages to a zipline.core.DataFeed
"""
import datetime
import zmq
from gevent_zeromq import zmq
import json
import random
+1 -1
View File
@@ -1,4 +1,4 @@
import zmq
from gevent_zeromq import zmq
import json
import zipline.util as qutil