« Return to Thread: zidestore 100%

Re: zidestore 100%

by Helge Hess :: Rate this Message:

Reply to Author | View in Thread

On 22. Nov 2005, at 16:59 Uhr, Sebastian Reitenbach wrote:

>> ZideLook is a bit more efficient here, it fetches up to 64?  
>> contacts in
>> one GET (so ~25 GETs insetad of 1500). But it uses a non-standard  
>> HTTP
>> hack which is why it isn't in GroupDAV.
> what is this for a hack, why is it not working with HTTP?
> so the propfind is first going to retrieve the list of (new/
> changed) contacts
> and will then download them. What is the problem of requesting and  
> downloading
> 64 or howmany ever, contacts in a row?

Thats simple: HTTP doesn't have a method to request the content of  
multiple URLs in one step.
One would need to introduce additional non-base-HTTP methods to  
support that (eg CalDAV does this with REPORTs), which is against the  
idea of GroupDAV.

ZideLook just encodes multiple objects in a single URL, eg
   PROPFIND /Calendar/10203_10238_12837_1277_19271

Greets,
   Helge
--
http://docs.opengroupware.org/Members/helge/
OpenGroupware.org

--
OpenGroupware.org Users
users@...
http://mail.opengroupware.org/mailman/listinfo/users

 « Return to Thread: zidestore 100%