Brian Aker wrote:
Hi!
On Oct 10, 2008, at 5:58 PM, Eric Day wrote:
Speaking of pipelining commands, how difficult will it be to enable
the server to execute multiple commands in parallel for a single
connection? This allows it to start running the second query before
Easy :)
For some reason I thought we had talked about this. Give me queries and
an id block to return results back to a client and we can have parallel
query. I favor reserving four bytes in the header for this. We might
have an issue with transaction context depending on the engine (I need
to look into this still).
You need multiple threads per session, and probably more synchronization
on the session level. This is probably doable?
But I think that it is better to implement serial execution of
statements before concurrent execution. Arbitrary execution order may
sometimes cause transaction deadlocks.
Roy
Cheers,
-Brian
--
_______________________________________________________
Brian "Krow" Aker, brian at tangent.org
Seattle, Washington
http://krow.net/ <-- Me
http://tangent.org/ <-- Software
_______________________________________________________
You can't grep a dead tree.
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp