On 04/11/12 20:08, Henri Gourvest wrote: >> To be able to answer your question I want to know what do you mean under >> pipelining here. > I wand to send many commands to server on TCP and receive answers in the > same order. Something like this: > http://redis.io/topics/pipelining
This will require serious redesign of network protocol. Certainly doable. Will require symmetric changes not only in client library, but in network server too. Must say that starting with 2.5 posix superclassic server and all arcs in 3.0 firebird architecture is very well adapted for such change - network server behaves like any other firebird client, calling same API as client tasks do. I.e. you can easily replace that part of SQL server even not recompiling the rest of DB engine. ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel