Hacker News new | ask | show | jobs
by jrn 4721 days ago
Have you found any brokerless mq alternatives? About to build a haskell project and 0mq looks good. I'll keep in mind setting up two sockets, for push and pull. The documentation shows, zeromq contexts being threadsafe, wheras passing off a 0mq socket to another thread requires, putting memory barriers around it.

http://api.zeromq.org/2-1:zmq

1 comments

You should have a look at Nitro.

http://gonitro.io/

It's still young, but it grew out of some frustrations with using ZeroMQ in large-scale deployments.

http://docs.gonitro.io/#faq

Yes very good. thanks.