Re: Bookmark 'stability'

Jan Algermissen <[email protected]>
Newsgroups gmane.comp.web.services.rest
Message-ID <[email protected]>
On Sep 22, 2012, at 12:07 PM, Andrei Neculau wrote:

> 
> 
> On Sat, Sep 22, 2012 at 10:46 AM, Jan Algermissen <[email protected]> wrote:
> Because I was wondering, whether a server had a chance to know what URIs a client considers bookmarkable (because it's up to the client to make that decision).
> 
> Mark's reply was spot on: look at access.log
> 
> It seems like you made up your mind, so I can only wish you luck with maintaining your API URIs

Thanks :-)  But, after all, maintaining URIs is cheap.

> and I'll move on.
> But just so I understand, you will look at your access.log and see
> 
> 127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326 "http://www.example.com/start.html" "Mozilla/4.08 [en] (Win98; I ;Nav)"
> 
> 127.0.0.1 - frank [10/Oct/2000:13:55:37 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326 "" "Mozilla/4.08 [en] (Win98; I ;Nav)"
> 
> (one with a referrer and one without, assuming that the referrer will make the split between non- and bookmarked URIs, or is there another way?)
> and you will tell yourself "ok, I need to maintain /apache_pb.gif forever"?

No, I am more thinking along the lines of using the timing pattern to determine which URIs are the staring point of interactions from one steady state to another steady state. E.g when I see 

  GET URI-1
   <50 milli seconds>
  GET URI-2
   <50 milli seconds>
  GET URI-3
   <1 hour seconds>
  GET URI-4

from the same  IP (or visitor if IP is not enough)

I'd probably think that URI-1 and URI-4 are URIs of 'bookmark-like' interest to the client.

Anyhow, what Mark meant, IIUC, is that the access log can be harvested for navigation patterns that allow such conclusions to be made.

If all my clients frequently start froma steady state using URI-4 it worth maintaining it, eh?

Jan


> 
> Thanks
> 
> 



------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/rest-discuss/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/rest-discuss/join
    (Yahoo! ID required)

<*> To change settings via email:
    [email protected] 
    [email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
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.