Subject Re: [Firebird-Architect] Re: Firebird Remote Protocol
Author Alex Peshkov
Roman Rokytskyy wrote:
> My impression is that without changing the API we will not win too
> much. But here are my list of possible improvements that can be done
> without changing the API (possibly only introducing new methods):
>
> - isc_attach_database: one packet is sent in op_connect, then we wait
> for response, then another packet is sent with op_attach; these two
> should be combined together, one roundtrip less;
>

Some problems here - I plan to use response to op_connect to return
server's public key to client. It's needed to pass encrypted password
over the wire.