Subject Re: Batch/Block operations
Author Aleksey Karyakin
"Jim Starkey" <jas@...> wrote in message
news:421A4A56.8050909@......
>
> The protocol reflects the API. Do you have any suggestions for
reducing
> the number of round trips?

Asynchronous protocol/API allowing more than one outstanding calls in
parallel. That doesn't reduce the number of roundtrips but reduces
overall latency.

The number of roundtips can be reduced as well.

Also, there are places where the exact data length is not known and
the whole buffer is transmitted back to client (isc_stmt_info for
example). The reason is absence of result length output argument in
the API.

Regards,
Aleksey Karyakin