Subject Thraed safety of the client lib
Author ainpoissee
Hi,

The release notes state:
<<
The client libraries, including the embedded one, can now be used in multi-threaded applications without any application-level synchronization.
>>

Queries which use different connections obviously run in parralel, but I'm wondering exactly how it works when two queries share an connection. Are they serialised so that second one won't run until first one is done (ie second one would be sent to the server only after the full resultset of the first one is fetched)?


TIA
ain