nanomsg
Home Download Documentation Development Community Support
NOTE: This documentation is for version 0.1-alpha of nanomsg, but the latest released version is 1.1.5. Please see the documentation for 1.1.5 for the most up-to-date information.
nn_pipeline(7)

SYNOPSIS

#include <nanomsg/nn.h>

#include <nanomsg/pipeline.h>

DESCRIPTION

Fair queues messages from the previous processing step and load balances them among instances of the next processing step.

Socket Types

NN_PUSH

This socket is used to send messages to a cluster of load-balanced nodes. Receive operation is not implemented on this socket type.

NN_PULL

This socket is used to receive a message from a cluster of nodes. Send operation is not implemented on this socket type.

Socket Options

No protocol-specific socket options are defined at the moment.

SEE ALSO

AUTHORS

Martin Sustrik <sustrik@250bpm.com>


"nanomsg" is a trademark of Garrett D'Amore.