The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Conditional Get?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Conditional Get? Posted: Jan 6, 2004 11:12 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Conditional Get?
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement
Ted Leung looks at conditional get. The blog server we use here is mine, with some (slightly dated) information here. Now, the interesting thing is that Ted shows my RSS feed as not producing 304 (not changed). Hmm. This server simply drops a new version of the feeds whenever there are additions or updates, so the files in question are served by Apache. Here's the relevant header info (before this post went live):

last-modified Wed, 7 Jan 2004 00:50:55 -0500
etag "2e2a75-ace1-3ffb9e3f"
server Apache-AdvancedExtranetServer/1.3.23.....

The html part of the page is served by Smalltalk, and the feeds are created by Smalltalk - but they are simply static pages served up by Apache. I just ran a test using the libraries BottomFeeder uses for Http access, and sure enough - I get back a 304 on successive queries. I suspect that NetNewsWire isn't actually making use of conditional-get, at least not in Ted's tests

Read: Conditional Get?

Topic: It helps if you read the material first Previous Topic   Next Topic Topic: Amazing spam

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use