Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
NN_PIPELINE(7)			  nanomsg 1.1.5 		  NN_PIPELINE(7)

NAME
     nn_pipeline  -  scalability  protocol for passing tasks through a series of
     processing steps

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
     nn_bus(7) nn_pubsub(7) nn_reqrep(7) nn_survey(7) nn_pair(7) nanomsg(7)

AUTHORS
     Martin Sustrik <sustrik@250bpm.com>

				   2018-10-15			  NN_PIPELINE(7)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=nn_pipeline&sektion=7&manpath=FreeBSD+Ports+15.1.quarterly>

home | help