chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Updating the zmq egg


From: Matt Gushee
Subject: Re: [Chicken-users] Updating the zmq egg
Date: Mon, 9 Mar 2015 12:34:59 -0600

First of all, thanks to all who responded - especially Thomas, for the extended code example.

I think I may use nanomsg after all.

On Mon, Mar 9, 2015 at 2:06 AM, Kristian Lein-Mathisen <address@hidden> wrote:
 
The main reason I wanted to try nanomsg was that it offers Level-triggered PollingThis 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.

So I discovered. And I'm not sure yet if this will affect my project - it's a great big experiment - but I think there's a significant chance of it.

No final decision yet. But I did see that even though nanomsg doesn't appear to have a large community yet, it was created by one of the original 0MQ developers, and seems to have good reasons for existing.

--
Matt Gushee

reply via email to

[Prev in Thread] Current Thread [Next in Thread]