Proper way to tell Google there's backend problems ?

  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13458
  • Loc: Florida
  • Status: Offline

Post November 17th, 2006, 10:15 am

What do you think is the proper thing to do in an event like a database connection failure ?

Keep in mind this is for relatively small operations where internally mirroring the entire database to another location is not an option.

I can think of a handfull things to do.

    Send an HTTP 503 response.

    Send a 302 redirect to an internally cached copy of an index.

    Fetch an internally cached copy of an index in the background & serve that.

    Request a cached copy of the requested resource from Google in the background & serve that.

    Send a 302 redirect to Googles cached copy if it exists.


I kinda like the last one myself at the moment, falling back to a 503 response if Google doesn't have it cached.
Strong with this one, the sudo is.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post November 17th, 2006, 10:15 am

  • meman
  • Web Master
  • Web Master
  • User avatar
  • Joined: Aug 03, 2004
  • Posts: 3432
  • Loc: London Town , Apples and pears and all that crap
  • Status: Offline

Post November 18th, 2006, 11:58 am

The 302 redirect to a google cache might seem suspect to google.

Personally i would say the safest thing to do is get an internally cached copy of the page and serve that, Or 302 redirect to the internally cached copy.
GodBeGone - Atheist Blog
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13458
  • Loc: Florida
  • Status: Offline

Post November 18th, 2006, 12:23 pm

Even if the address of the page in their cache matches the address of the resource they've requested ?
Strong with this one, the sudo is.
  • meman
  • Web Master
  • Web Master
  • User avatar
  • Joined: Aug 03, 2004
  • Posts: 3432
  • Loc: London Town , Apples and pears and all that crap
  • Status: Offline

Post November 18th, 2006, 10:07 pm

They may not have accounted for that in thier algo so may automaticaly flag it as spammy. The best thing to do it make it look as though everything is normal and nothing has changed.
GodBeGone - Atheist Blog
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13458
  • Loc: Florida
  • Status: Offline

Post November 18th, 2006, 10:25 pm

Makes sense, thanks meman.
Strong with this one, the sudo is.
  • Fergie
  • Student
  • Student
  • User avatar
  • Joined: Oct 14, 2006
  • Posts: 85
  • Loc: Canada
  • Status: Offline

Post November 19th, 2006, 1:30 am

Hey Joebert whats going on with your site.
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13458
  • Loc: Florida
  • Status: Offline

Post November 19th, 2006, 7:51 am

Why ?
Strong with this one, the sudo is.

Post Information

  • Total Posts in this topic: 7 posts
  • Users browsing this forum: No registered users and 21 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.