On Thu, Oct 16, 2008 at 01:23:30AM -0700, Eric Day wrote: > http://drizzle.wikia.com/wiki/New_Protocol
Another thought.... multiplexing of sending large data. e.g. server sending row with several blobs. may be able to interleave these (e.g. if coming from distributed engine, blobs arriving from different nodes, so able to send in parallel to client). or, while sending/receiving large blob, a small message saying "server shutting down, no more new queries" which would allow client to gracefully connect to another server, server to gracefully shut down (no new connections, just finish current queries). -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

