|
From: | Matt Gushee |
Subject: | Re: [Chicken-users] Updating the zmq egg |
Date: | Mon, 9 Mar 2015 12:34:59 -0600 |
The main reason I wanted to try nanomsg was that it offers Level-triggered Polling. This allows us to do thread-wait-for-i/o on a nanomsg-socket, waiting for a message while other Chicken threads are running. We couldn't solve this with zmq because the zmq_poll C call (just like all C calls) would block the Chicken world.
[Prev in Thread] | Current Thread | [Next in Thread] |