Re: Streamability II

A pedantic suggestion for further wording to clarify the meaning of 
streaming.

> - - - - - - - -
> When returning multiple results, the client may request
> that results be streamed.  In this form, the results must be
> returned to the client so that all the data in one result are
> available before all the data for the next result.  This does not
> require an ordering of results.
> - - - - - - - -

Becomes:

---
When returning multiple results, the client may request that results be 
streamed to it by the server. In this form, the results must be 
delivered to the client in a manner that does not require it to hold 
the entire results in memory. When requesting results in this form, 
they must be returned to the client so that all the data in one result 
are available before all the data for the next result. This does not 
require an ordering of results.
---

Needs some more grammatical work...

Tom
-- 
Tom Adams           | Tucana Technologies, Inc.
Support Engineer    |   Office: +1 703 871 5313
tom@tucanatech.com  |     Cell: +1 571 594 0847
-----------------------------------------------

Received on Thursday, 17 June 2004 12:18:09 UTC