[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CAP Example READ-1



On Friday, March 19, 1999 1:29 PM, Alex Taler wrote, in part:


>Unless the server stores the results of the initial search and
>subsequent reads are performed on the same data set there are serious
>problems with this approach.
>
>If data is deleted between queries the position of the results may
>change, so that what was result 12 on the first query may become
>result 8 for the second query.  If I query for the first 10 and then
>second 10 I will never receive that information.  Similarly if data is
>added I may end up receiving the same information twice.
>


I agree with Alex. This seems much more complex for both the CUA and CS,
then the original approach. Which was: the CUA specifies that it can take
xxx number of search results at a time with each response limited to yyy
number of bytes. The CS would merely segment the responses into responses
that are less than or equal to this request.

Another question, though...is this a MUST that the CS responds according to
these MAXLENGTH and MAXRESULTS or is this a guide to the CS, in which case
it would be a SHOULD?

- - Frank