Re: [Fwd: Re: CAP-12-a: Stored queries still?]

[email protected]
Newsgroups gmane.ietf.calendar
Message-ID <OFED800DA1.B8459401-ON85256D97.006B1A75-85256D97.006BE396@notesdev.ibm.com>
Doug pondered on 09/04/2003 12:45:25 PM:
> What about the round trip time to go fetch the VQUERY manually,
> then re-submit it as a query? That save bandwidth and octets
> for slow and memory limited devices.

Umm, there is NO roundtrip to get the query string and then resending it 
to the CS.  The CUA simply does (psuedocode below):

        LoadString( (bCheckingEvents) ? QUERY_NEW_EVENTS : 
QUERY_NEW_TASKS, Buffer );
        Cscanf( Buffer, DateToGetEntriesFor );
        SendQUERY( Buffer );

to query the CS for the new events or todos.

Im not sure why you'd think you have to query the CS for the query and 
then resend it, you'd just be crafting the query in the CUA and just 
sending them.   Nobody has said anything about loading the query from the 
CS just to resend it back on the command...

Bruce
===========================================================================
Bruce Kahn                                INet: 
[email protected]
Messaging & Collaboration                 Phone: 978.399.6496
IBM Software Group                         FAX: and nothing but the FAX...
Standard disclaimers apply, even where prohibited by law...
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.