Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / ZeroMQ

ZeroMQ

ZeroMQ

Great Reads

by Android on Intel
Building the x86 version of ZeroMQ library step by step
by Sacha Barber
What Is ZeroMQ ZeroMq is a C library that contains a bunch of insane sockets, that provide a very very cool abstraction over the typical socket code you would find yourself writing. It provides building blocks by way of a standard set of sockets that have been built with certain scenarios in mind.
by Sacha Barber
ZeroMq #3: Socket Options/Identity And SendMore
by Sacha Barber
Last time we looked at how to use the Poller to work with multiple sockets, and detect their readiness. This time we will continue to work with the familiar request/response model that we have been using thus far.

Latest Articles

by Android on Intel
Building the x86 version of ZeroMQ library step by step
by Sacha Barber
What Is ZeroMQ ZeroMq is a C library that contains a bunch of insane sockets, that provide a very very cool abstraction over the typical socket code you would find yourself writing. It provides building blocks by way of a standard set of sockets that have been built with certain scenarios in mind.
by Sacha Barber
ZeroMq #3: Socket Options/Identity And SendMore
by Sacha Barber
Last time we looked at how to use the Poller to work with multiple sockets, and detect their readiness. This time we will continue to work with the familiar request/response model that we have been using thus far.

All Articles

Sort by Score

ZeroMQ 

by Sacha Barber
What Is ZeroMQ ZeroMq is a C library that contains a bunch of insane sockets, that provide a very very cool abstraction over the typical socket code you would find yourself writing. It provides building blocks by way of a standard set of sockets that have been built with certain scenarios in mind.
by Sacha Barber
ZeroMq #3: Socket Options/Identity And SendMore
by Sacha Barber
Last time we looked at how to use the Poller to work with multiple sockets, and detect their readiness. This time we will continue to work with the familiar request/response model that we have been using thus far.
by Sacha Barber
Divide and conquer