Re: Streamability II

With respects to Andy's suggestion: 

> Suggestion:
>
> - - - - - - - -
>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.
> - - - - - - - -

What do you think of:

Suggestion 2

	When returning multiple unordered 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.

Since I think that the problem is that to order results, all must have
already been computed, and then streaming becomes irrelevant. 

Jean-François Baget

INRIA Rhône-Alpes
jean-francois.baget@inrialpes.fr
Tel: 04 76 61 53 27

Received on Tuesday, 22 June 2004 10:12:03 UTC