Skip to content

Instantly share code, notes, and snippets.

View hokiegeek2's full-sized avatar

hokiegeek2

View GitHub Profile
@lebedov
lebedov / multi_bidi_pyzmq_demo.py
Created April 17, 2012 21:27
Bidirectional communication between two processes with pyzmq
#!/usr/bin/env python
"""
Bidirectional communication between two processes.
"""
import numpy as np
import zmq
import multiprocessing as mp