Thanks, working much better now. For queries like this, how are the results ordered?
For example, if I wanted to page through a list of 2000 unique bookmarks, 100 at a time, would I be safe to issue a series of requests like: http://www.connotea.org/data/bookmarks?num=100&start=0 http://www.connotea.org/data/bookmarks?num=100&start=100 .. is there any chance the resultsets would overlap? Is there a minimum interval between requests that would guarantee that the numbering remains consistent? cheers -Ben On Dec 20, 2007, at 1:06 AM, Martin Flack wrote: > Benjamin Good wrote: >> Is there anything wrong with this request for any two bookmarks ? >> http://www.connotea.org/data/bookmarks?num=2&start=0 >> Why does it time out? >> thanks >> -Ben > > This query should come back in a much more reasonable amount of > time now. > > Martin > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Connotea-code-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/connotea-code-devel
