I have nothing of substance to add, but On Mon, Oct 31, 2011 at 17:44, Mark Hills <[email protected]> wrote: > Instead, it would be preferable to send multiple requests (down the TCP > socket), and then receive multiple responses (in order).
HTTP calls this "pipelining". I think it's helpful to adopt this term since the concept is already familiar to many developers. Regards, Marti -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
