From a35e8745f354e5569a4416869e755934fff717b4 Mon Sep 17 00:00:00 2001 From: gdamore Date: Thu, 9 Oct 2025 02:03:21 +0000 Subject: deploy: bdf85dd692d803b7b2fc793f1c7723f9874bfcdb --- ref/print.html | 269 ++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 198 insertions(+), 71 deletions(-) (limited to 'ref/print.html') diff --git a/ref/print.html b/ref/print.html index 7ea22870..26ab6dbd 100644 --- a/ref/print.html +++ b/ref/print.html @@ -5848,11 +5848,11 @@ The Scalability Protocols are a principally a collection of common networking patterns found in applications.

The following patterns are included:

Request - Reply

-

The request/reply pattern is made up of the REQ and REP protocols. +

The request/reply pattern is made up of the REQ and REP protocols. This most often used when implementing RPC-like services, where a given request is matched by a single reply.

Pipeline

-

The pipeline pattern is made up of the PUSH and PULL +

The pipeline pattern is made up of the PUSH and PULL protocols.

In this pattern communication is half-duplex, in that one side sends data and another side receives.

@@ -5862,6 +5862,18 @@ of flow control to data production and consumption.

Publish - Subscribe

Bus

Pair

+ + + + + + + + +