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

2013-09-23 Thread Lucas Hope
Hi there, What happens if you add a (sleep 1) just before making the new thread? Also, what lisp implementation are you using? I don't have familiarity with the pzmq lisp binding. If you like, though, you could also try the cl-czmq binding I wrote. Luke On Mo

[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