[zeromq-dev] Common Lisp pzmq recv-string on inproc blocks other threads

2013-09-22 Thread Alexander Pugachev
Hi, I am using ZeroMQ 3 with Common Lisp library pzmq. I am trying to send a message to server part of inproc PAIR in the main thread from client side of PAIR in a thread derived from main. It looks like recv-string operation blocks both threads at the same time while poll does not. recv-string b

Re: [zeromq-dev] zeromq 3 problems

2013-09-09 Thread Alexander Pugachev
; > Regards, > > Luke > > > > On Tue, Sep 10, 2013 at 1:14 AM, Alexander Pugachev < > alexander.pugac...@gmail.com> wrote: > >> Hi all. >> >> I am trying to use cl-zmq on Ubuntu 13.04 from SBCL an dI have a few >> questions: >> >> 1

[zeromq-dev] zeromq 3 problems

2013-09-09 Thread Alexander Pugachev
Hi all. I am trying to use cl-zmq on Ubuntu 13.04 from SBCL an dI have a few questions: 1) What is the best way to install zeromq3? 2) I compiled from source and was trying to send/receive between Lisp programs and between Lisp and Python programs. All I received was empty strings. What can be wr