Skip to content

Instantly share code, notes, and snippets.

View bombela's full-sized avatar

François-Xavier Bourlet bombela

View GitHub Profile
@bombela
bombela / stress_client.py
Created August 6, 2012 18:59
stress PyZMQ to trigger the 'missing event' problem
#!/usr/bin/env python
import zerorpc.gevent_zmq as zmq
context = zmq.Context()
c = zmq.Socket(context, zmq.XREQ)
c.connect('tcp://127.0.0.1:9998')
print 'running'