Subject | Re: Thraed safety of the client lib |
---|---|
Author | Dmitry Yemanov |
Post date | 2012-03-17T10:21:58Z |
17.03.2012 14:03, ainpoissee wrote:
necessarily waiting for the whole result set to be fetched, it could
start working just after the first fetch call.
Dmitry
>They're serialized at the API call level. So the second one won't be
> 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)?
necessarily waiting for the whole result set to be fetched, it could
start working just after the first fetch call.
Dmitry