of pipelined queries.) [RT #38231]
4040. [func] Added server-side support for pipelined TCP
- queries. TCP connections are no longer closed after
- the first query received from a client. (The new
- "keep-response-order" option allows clients to be
- specified for which the old behavior will still be
- used.) [RT #37821]
+ queries. Clients may continue sending queries via
+ TCP while previous queries are being processed
+ in parallel. (The new "keep-response-order"
+ option allows clients to be specified for which
+ the old behavior will still be used.) [RT #37821]
4039. [cleanup] Cleaned up warnings from gcc -Wshadow. [RT #37381]
</listitem>
<listitem>
<para>
- Added server-side support for pipelined TCP queries. Multiple
- queries from a single client can be received over the same TCP
- connection; the connection is no longer closed after the first
- query. All queries received over such a connection are handled
- in parallel.
+ Added server-side support for pipelined TCP queries. Clients
+ may continue sending queries via TCP while previous queries are
+ processed in parallel. Responses are sent when they are
+ ready, not necessarily in the order in which the queries were
+ received.
</para>
<para>
To revert to the former behavior for a particular