add record[limit=n] for pipelineServiceExample.cpp

This commit is contained in:
mrkraimer
2015-12-11 06:22:42 -05:00
parent cf2e4a9b4c
commit fa193a4ac7

View File

@ -1454,7 +1454,9 @@ where
</dl>
<p>Each time the client calls <b>Monitor::release</b> the client sends an <b>ack</b> message to the server every <b>ackAny</b> events.
The server uses this to delay sending new monitors if the monitor queue is full.</p>
<p><b>pvAccessCPP/testApp/remote/pipelineServiceExample.cpp</b> Is an example.</p>
<p><b>pvAccessCPP/testApp/remote/pipelineServiceExample.cpp</b> Is an example.
It has an additional record option <b>record[limit=n]</b> which makes the server call unlisten aften <b>n</b> events.
</p>
<h3>pipelineServer</h3>
<p>This is a class used by a pipeline service.
It implements channelProvider for the service and provides a context for running the service.