summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-29Change the inproc:// connection logicMartin Lucina
An inproc:// endpoint must exist before we can connect to it. This change removes the silly sleep(1) hack to wait for the sender thread to come online and instead does the zmq_bind() in the main thread and the zmq_connect() in the sender thread.
2010-01-29Clarified installation of deps on Debian/UbuntuMartin Lucina
2010-01-29Clarify dependenciesMartin Lucina
2010-01-29Initial commitMartin Lucina