summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-03-24 12:27:06 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-03-24 12:27:06 +0100
commit8463b4d55e45ea29d5a23f867e7f1c0077279ee7 (patch)
tree2c728398c1a8e7bd9b1bcb938fbce8a543147e1c /doc
parentfb27a000d9383b503761d0124e7bd41115d70c9a (diff)
SWAP functionality removed
On-disk storage should be implemented in devices rather than in 0MQ core. 0MQ is a networking library and there's no point in storing network buffers on disk. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/zmq_getsockopt.txt16
-rw-r--r--doc/zmq_setsockopt.txt16
2 files changed, 0 insertions, 32 deletions
diff --git a/doc/zmq_getsockopt.txt b/doc/zmq_getsockopt.txt
index eef4b1f..81dcba3 100644
--- a/doc/zmq_getsockopt.txt
+++ b/doc/zmq_getsockopt.txt
@@ -79,22 +79,6 @@ Default value:: 0
Applicable socket types:: all
-ZMQ_SWAP: Retrieve disk offload size
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-The 'ZMQ_SWAP' option shall retrieve the disk offload (swap) size for the
-specified 'socket'. A socket which has 'ZMQ_SWAP' set to a non-zero value may
-exceed it's high water mark; in this case outstanding messages shall be
-offloaded to storage on disk rather than held in memory.
-
-The value of 'ZMQ_SWAP' defines the maximum size of the swap space in bytes.
-
-[horizontal]
-Option value type:: int64_t
-Option value unit:: bytes
-Default value:: 0
-Applicable socket types:: all
-
-
ZMQ_AFFINITY: Retrieve I/O thread affinity
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_AFFINITY' option shall retrieve the I/O thread affinity for newly
diff --git a/doc/zmq_setsockopt.txt b/doc/zmq_setsockopt.txt
index 9387116..5d93a62 100644
--- a/doc/zmq_setsockopt.txt
+++ b/doc/zmq_setsockopt.txt
@@ -47,22 +47,6 @@ Default value:: 0
Applicable socket types:: all
-ZMQ_SWAP: Set disk offload size
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-The 'ZMQ_SWAP' option shall set the disk offload (swap) size for the specified
-'socket'. A socket which has 'ZMQ_SWAP' set to a non-zero value may exceed it's
-high water mark; in this case outstanding messages shall be offloaded to
-storage on disk rather than held in memory.
-
-The value of 'ZMQ_SWAP' defines the maximum size of the swap space in bytes.
-
-[horizontal]
-Option value type:: int64_t
-Option value unit:: bytes
-Default value:: 0
-Applicable socket types:: all
-
-
ZMQ_AFFINITY: Set I/O thread affinity
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_AFFINITY' option shall set the I/O thread affinity for newly created