Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Google Businesses The Internet

Google Apps Gets a 99.9% Guarantee 155

David Gerard passes along a posting on Google's official blog announcing that they have extended the three-nines SLA for the Premier Edition of Google Apps from Gmail alone to also cover the Calendar, Docs, Sites, and Google Talk services. 99.9% uptime translates to 45 minutes a month of downtime, and the blog post puts this in context with Gmail's historical reliability, which has been between three and four times as good over the last year (10-15 min./mo.). It also claims, based on research by an outside group, that Gmail's historical reliability beats that of in-house hosted solutions such as Groupwise and Exchange, on average. Reader Ian Lamont adds an article in The Standard that digs down into the details of the SLA, revealing for instance that outages of less than 10 minutes aren't counted against the monthly 45 minutes.
This discussion has been archived. No new comments can be posted.

Google Apps Gets a 99.9% Guarantee

Comments Filter:
  • Umm... (Score:3, Insightful)

    by Sylos ( 1073710 ) on Sunday November 02, 2008 @07:50PM (#25606449)
    so if I have 60 1 minute downtimes, I'm keeping within the 99.9% uptime range? I call shenanigans.
    • by Threni ( 635302 )

      Exactly. How many minutes per month of downtime inclusive of anything, for any reason?

    • Re:Umm... (Score:5, Insightful)

      by Creepy Crawler ( 680178 ) on Sunday November 02, 2008 @07:53PM (#25606477)

      Most likely it's the time for node crash detection and load balancing to take effect.

      If service is that bad or intermittent, nobody would buy service there.

    • Re: (Score:2, Funny)

      Well you could have 90 downtime like this and still count? If it's down for 9 minutes, up for 1, down for 9 etc.

      But of course measuring it googles way that would still be 100% uptime.

    • Re:Umm... (Score:5, Interesting)

      by ILongForDarkness ( 1134931 ) on Sunday November 02, 2008 @08:09PM (#25606623)
      Well if they cache the current session locally and it is just the connection to the back end that you lose temporarily I think it would be alright. Losing data sucks. That said who uses desktop suites without a crash? "Hopefully" (not sure if that is the right word to use when referring to an outage), they manage to have the downtime clumped together and planned in non-peak hours for the region (say upgrades done first Saturday of the month at midnight or something).

      My big concern with this type of offering is it increases a companies dependence on their internet line. If your network is down not only can't retrieve files, email or browse, you now can't work on productivity software either. Essentially if your doing a job that requires a computer in this environment you can't work whenever the internet or network has a hickup. I like having something else to do in the rare instances where the network isn't working right.

      Add to that the fact that wireless/laptops are becoming of larger importance in companies (and wireless is flaky at the best of times IMHO) you're really courting disaster not just in terms of outages but in terms of accidental data loss. Say your not so gifted technologically colleague decides to walk over to your desk with their laptop to show you the spreadsheet they've been working on. They get out of range of the router that they were using and presto session time out and the chance of data loss.

      • Buggy offline access via Google Gears helps alleviate the internet connection issue - it might also alleviate what downtime actually occurs.

    • Re: (Score:3, Interesting)

      by cgenman ( 325138 )

      Is that 99.9% uptime or 99.9% planned uptime? Many companies refer (rather facetiously) to *planned* uptime, which means that you can have unlimited downtime so long as it isn't unplanned.

      • Re: (Score:3, Informative)

        by aaarrrgggh ( 9205 )

        The concept of "unplanned downtime" seems to originate in the banking world, where something as benign as daylight savings time could force you to take down the mainframe for two hours. It has unfortunately spread to other industries (healthcare records management pops up). The real question is if Google's application architecture requires planned downtime for the service as a whole or individual users.

        Based on their roots, I would expect them to be able to do any upgrades in the ten minute window they exc

        • by afabbro ( 33948 )

          The concept of "unplanned downtime" seems to originate in the banking world, where something as benign as daylight savings time could force you to take down the mainframe for two hours.

          What are you talking about? I take it you've never seen or touched a mainframe.

    • How would you notice a 60 second email outage unless you were running synthetic tests designe only to detect an outage. In normal use all you would see is a 60 second delay in email delivery.

      One could even define email as a service that deliveres messages in a "short" time of about 5 minutes. If you accept this definition of email then a 60 second outage is not even an outage as long as emails do get delivered wthout a "short" time.

      So I think Google is OK to not count such sort drop outs. email was never

  • Google doesn't have 100% uptime? They have never gone down when I've noticed, guess its that sweet cloud setup they have there.
    • Re:Wait.. (Score:5, Informative)

      by mikael_j ( 106439 ) on Sunday November 02, 2008 @07:53PM (#25606483)

      It's called a cluster, "The cloud" is a really annoying buzzword for software as a service.

      /Mikael

      • Re: (Score:3, Interesting)

        by Drakonik ( 1193977 )

        A Beowulf cluster?

        • Re:Wait.. (Score:4, Informative)

          by game kid ( 805301 ) on Sunday November 02, 2008 @09:02PM (#25607023) Homepage

          It's a King Arthur cloud, maaan. Get with the times!

        • Re:Wait.. (Score:5, Informative)

          by moosesocks ( 264553 ) on Sunday November 02, 2008 @09:15PM (#25607127) Homepage

          There'd be no need for a Beowulf-type cluster in this case.

          Have a bunch of machines running identical instances of Apache, and randomly fire requests at them individually. This balances the load, and ensures that the servers themselves aren't a single point of failure.

          It's quite a bit more complicated than this in reality, although you should get the basic idea.

          Beowulf is typically used for clusters that seek to emulate a supercomputer (usually for scientific number-crunching), rather than a server. For this reason, something like Google's setup would more typically be referred to as a "server farm"

          • by xombo ( 628858 )

            I just completed a report on this subject for a class that I've posted online. I discuss the specifics of Google's clustering technology.
            http://googlepleasehireme.com/ [googlepleasehireme.com]

            • by afabbro ( 33948 )

              I just completed a report on this subject for a class that I've posted online. I discuss the specifics of Google's clustering technology. http://googlepleasehireme.com/ [googlepleasehireme.com]

              You don't seriously expect Google to hire you based on that "paper" do you? It's 5 pages, of which 3 to 3.5 are consumed with big oversized (and sometimes uncaptioned) pictures and whitespace. The rest reads like a marketing brochure written for people with no technical background.

      • Re:Wait.. (Score:4, Insightful)

        by TooMuchToDo ( 882796 ) on Sunday November 02, 2008 @09:10PM (#25607079)

        On a related subject, next person who says "in the cloud" is going to get cockpunched. As parent said, there are no clouds, just highly available clusters.

        • Re: (Score:3, Funny)

          by Anonymous Coward

          Yeah, punch those bastards. Punch 'em so hard they'll go flying up high in the sky. In the cloud, even.

      • I am a cloud, you insensitive clod!
        • Re: (Score:2, Funny)

          by Anonymous Coward
          I am a clod, you insensitive cloud!
      • Re: (Score:3, Insightful)

        by glwtta ( 532858 )
        I thought it was a really annoying buzzword for compute capacity as a service?
      • Re: (Score:3, Funny)

        It's called a cluster, "The cloud" is a really annoying buzzword for software as a service.

        An from my experience clouds are full of unpredictable vapour and they tend to have this annoying tendency to turn to rain - not really something I would want for my data ;)

        • by AlecC ( 512609 )

          And if you enter a cloud, you usually get lost. Flying in clouds is regarded as very bad thing if you can void it.

    • Re:Wait.. (Score:4, Insightful)

      by Anonymous Coward on Sunday November 02, 2008 @07:58PM (#25606511)

      Google is a company. Saying "Google doesn't have 100% uptime" makes as much sense as saying "Microsoft takes 40 minutes to install". What specifically are you trying to say?

      • by pbhj ( 607776 )

        Google is a company. Saying "Google doesn't have 100% uptime" makes as much sense as saying "Microsoft takes 40 minutes to install". What specifically are you trying to say?

        If you're going to be pedantic ... Google is not a company. Google is the name of a company.

        Yes I'm sure someone can one up my pedantry, something about visual representations of sound tokens representing names, or somesuch ...

        • If you're going to be pedantic ... Google is not a company. Google is the name of a company.

          Yes I'm sure someone can one up my pedantry, something about visual representations of sound tokens representing names, or somesuch ...

          Nope. Google is a company. "Google" is the name of a company. The use-mention distinction strikes again!

          • by pbhj ( 607776 )

            Err, yes, -ish.

            Use-mention distinctions are not necessarily indicated by quotation marks.

            In Warll's statement [GGP] "Google doesn't have 100% uptime" it was clear that Google is a placeholder for a real-referant and not a mention. But that real-referant is not *the company bearing the name "Google"* [GP] but a non-specific service of that same company.

            But it seemed more pedantic to claim contrary to the Anon. Cow. [GP] that it was a mention, by which [of course] I do not mean it but Google.

            Clear?

    • Re: (Score:2, Informative)

      by osu-neko ( 2604 )

      Google doesn't have 100% uptime? They have never gone down when I've noticed, guess its that sweet cloud setup they have there.

      Seriously? I see it happen at least once every few weeks or so. It's usually very temporary, like as in less than a minute, but I'm quite familiar with the look of Google's error/service unavailable page...

    • Re: (Score:2, Redundant)

      by mortonda ( 5175 )

      Seriously? You must not use it much.

  • by Dan East ( 318230 ) on Sunday November 02, 2008 @07:54PM (#25606489) Journal

    Yes, but what is the average company's internet downtime verses their LAN downtime for a single-campus outfit?

    So instead of LAN / Exchange Server (or whatever is being used) you now have LAN / WAN / Google downtime. WAN gateway downtime is probably the weakest link in the chain, so wouldn't the total downtime be greater using something internet based?

    • what use are webserver, email server, IM servers if your internet is down anyway?

      • by vadim_t ( 324782 ) on Sunday November 02, 2008 @09:08PM (#25607067) Homepage

        With an internal server, the mail you got it stays there so you can still read it, and compose replies. With an internal SMTP you can queue emails for delivery even if they don't get out (nice for laptops that may not stay around until the connection comes back). With an internal IM server you keep being able to talk to people inside the company, and can depending on the server, can queue messages until the connection comes back.

        Now if you happen to use say, gmail, then you're out of luck. You can't read your mail, can't compose replies, can't IM people in the next room. All you can do is sit there and wait for somebody to fix the problem.

        • Now if you happen to use say, gmail, then you're out of luck. You can't read your mail, can't compose replies, can't IM people in the next room. All you can do is sit there and wait for somebody to fix the problem.

          Isn't that problem the idea behind Google Appliances?
          You plug it into your network and :BAM: locally hosted Google products.

          • Re: (Score:3, Informative)

            by aaarrrgggh ( 9205 )

            Google appliance unfortunately is just for search. Here's to hoping they add app support as well in the future.

        • If you're using Gmail, you could avoid this problem with an IMAP client. Of course, that may defeat the point of Gmail...

          The other cool point about web apps is: If your Internet goes down, you can go wandering. Maybe there's some nearby wifi you can leech. Maybe you go to Starbucks. Maybe you go home.

          With an internal server, if you lose power, you're SOL. If your server is down, you're also SOL. If a worm runs rampant, bogging down network traffic and even making your desktop unusable, guess what? You're sh

        • Now if you happen to use say, gmail, then you're out of luck. You can't read your mail, can't compose replies, can't IM people in the next room. All you can do is sit there and wait for somebody to fix the problem.

          I can't im somebody, but I sure can queue outbound mail and read already delivered mail....I use IMAP with gmail.

    • Internal email might be able to get around if your internet connection is down, but that's about it. If a company's seriously looking at outsourcing its email servers anyway, I doubt that keeping the internal email up during an internet outage is worth the headache of managing their own machines.
    • by afidel ( 530433 )
      WAN gateway downtime, what? Our DS3 hasn't been down once since it was installed in September 2006 and the firewall cluster behind it has likewise never been down since it was installed in 2005. If you have significant internet outages you are doing something wrong. Forget LAN outages, it just doesn't happen. Of course that's why we paid the premium for Cisco chassis based switches with redundant supervisors for both the datacenter and the wiring closets.
      • by Xugumad ( 39311 )

        You apparently have an operational budget that probably has an extra zero over ours. We don't even have UPS for the network, which takes the whole lot out for a while every 3-4 months. Having had both the power substation for the cluster of buildings we're in, and the power substation for the network a few hops upstream, catch fire, hopefully they've fixed a lot of the old hardware that was causing those power outages, but...

        I suppose if you've got the network, Google stuff makes sense. For us, we'd love a

        • My company's IT budget is likely a good order of magnitude smaller-- 20 person organization. Not having your network on UPS is just stupid!

          We are in a major metropolitan area, but we have a UPS for workstations even if they are being used by a part-time student just above minimum wage. We get about four hits a year, and that alone is enough for it to make sense.

          We also have a T1 and ADSL from different providers. While automated failover isn't in place, it is on our list as time allows.

          • by Xugumad ( 39311 )

            For systems I'm directly responsible for, we've got three cases. There's desktop systems, which are actually laptops, so they have their own UPS essentially. Servers doing useful work have a UPS. Servers that can die and no-one notices for three weeks (real story) don't.

            Unfortunately, I don't make the policy beyond my own research group. I hope they're going to start UPSing the network as they have funds, but it's going to be an ongoing task.

      • by Splab ( 574204 )

        It's called backhoes and they will eat up your uptime in one scoop.

        • by afidel ( 530433 )
          Nah, our SONET loop goes out to two different streets and to two different POP's which are routed out separate directions. I know that isn't typical or universally available but we did our homework =)
          • by Splab ( 574204 )

            Well that's good thinking, I remember hearing about someone who bought connectivity from two different companies to have a redundant circuit, unfortunately both companies bought traffic through the same cable upstream, so every spring their connection got eaten by a backhoe.

      • Heh, you don't think Cisco equipment with redundancy up the ass goes down every now and then as well? Try managing 1500 boxes.

    • Re: (Score:3, Insightful)

      by mysidia ( 191772 )

      So instead of LAN / Exchange Server (or whatever is being used) you now have LAN / WAN / Google downtime. WAN gateway downtime is probably the weakest link in the chain, so wouldn't the total downtime be greater using something internet based?

      E-mail is internet based and isn't going to work if your WAN is down, regardless (you can't e-mail anyone, or receive e-mail from other people).

      One of the costs of using a service like Google Apps is the increased need to design a proper resilient network at your

      • by SuperQ ( 431 ) *

        And if you are a big enough customer you'll likely have fiber to one of the various pops out there, and you can just buy a cross-connect directly to google's peering network. I don't know if anyone that size has yet to sign up for hosted gmail. I know a couple of schools have rolled it out.

    • by rcamans ( 252182 )

      Obviously the answer to the question "what is the average company's LAN/WAN downtime" is 42

  • by syousef ( 465911 ) on Sunday November 02, 2008 @08:03PM (#25606571) Journal

    The 99.9% guarantee is great, if there's someone to talk to who'll actually look at the problem when those three 9s aren't met. Otherwise it's marketing propaganda.

    • by tomhudson ( 43916 ) <barbara.hudson@b ... m ['son' in gap]> on Sunday November 02, 2008 @10:19PM (#25607539) Journal

      0.00099999.

      Hey, it's five nines ... and with all the "exceptions" and bogus metrics in google's SLA, they're not offering 3 nines.

    • The 99.9% guarantee is great, if there's someone to talk to who'll actually look at the problem when those three 9s aren't met. Otherwise it's marketing propaganda.

      Keep in mind that most software comes with no warrantee whatsoever that it will be worth what the marketing propaganda says it will be.

      Also, I don't think that Google would put out a product like this without adequate support. And if your only problem you have with the software is only getting 99.9% availability, then a simple status webpage wou

      • Google Domains its Premier membership is something like $45 per year and definitely has a support number which you can call.

    • so it's all propaganda unless you have someone to complain to on the phone? you know that customer support reps usually aren't the ones that maintain servers/networks or fix them when they go down, right?

      if it makes you feel any better, you can pick up the phone and call your ISP and bitch at them until the problem is fixed. i mean, it's all the same. it's not like complaining to customer server/tech support ever gets a service outage fixed.

      this is a service agreement. it states their company policy, and if

      • by syousef ( 465911 )

        so it's all propaganda unless you have someone to complain to on the phone? you know that customer support reps usually aren't the ones that maintain servers/networks or fix them when they go down, right?

        If a company is willing to allocate staff to liasing with a customer, they're more likely to make the technicians aware of the problem in a timely manner and it is more likely to be fixed sooner. They're also more likely to have good technical staff if they have decent customer facing staff.

        it states their

  • by B5_geek ( 638928 ) on Sunday November 02, 2008 @08:04PM (#25606583)

    The issue is your internet connection AND your ISPs connection to the world. Your connection to the world is more likely to go down before a Google cluster would. Think of how often Telco's, ISP, and major hubs go down. This is the point behind having LOCAL copies of apps/servers/services, the odds that the hub/switch dies (with nothing else inhouse to patch around) is very slim compared to the odds of internet connectivity going south.

    • by Predius ( 560344 ) <.josh.coombs. .at. .gmail.com.> on Sunday November 02, 2008 @08:12PM (#25606653)

      As a commercial user of Google Apps, I have observed this not being the case. GMail does go down, and the cause is not our connectivity. What's worse is when there is a problem, all the 'phone support' does is tell you to post on their forums... not impressed.

      • Re: (Score:1, Redundant)

        Stupid observation equals a stupid answer.

        If service is bad, dump service. If you are not responsible for policy decision, bring it to who is.

        This applies to any non-monopoly. Google is not a monopoly in the cloud (vapor) business, nor are they in the app business.

    • by glwtta ( 532858 )
      Think of how often Telco's, ISP, and major hubs go down.

      Very rarely? I worked for three companies over the last 7 years, I can remember losing internet connectivity exactly once: we were down for 3-4 hours after a construction crew damaged our T1 line.

      Hell, I lose my home connection only once or twice a year.
  • is an internet service that's 99.9% reliable, or this is all moot

    • by afidel ( 530433 )
      Even my very worst site out of 13 that I monitor has 99.8% availability, if you are getting much worse than that then I strongly suggest you change ISP's.
  • It seems correct that Google's end of the network works very well.

    The other side of the network, yours, is the other consideration; how good your connection? LAN? desktops? Etc., Etc...

    Then beyond that, i've used Gmail since 2004 from Korea to Paris and NYC to Cali... I've had it run fast and slow.. is that the Google Server? the network? my computer(s)? I would think it's mostly network congestion but that's a hard one for an average user to determine (where and why and how to fix).

  • by EsJay ( 879629 ) on Sunday November 02, 2008 @08:25PM (#25606737)
    If your organization will fail without 100% email uptime - bon chance in the real world, mon friend, bon chance.

    Make sure your users have a phone directory available on their local PCs (or paper copies on their cubicle walls). Have a phone tree notification system scheme in place in case the network is REALLY down.

    And prepare for the troublesome PRODUCTIVITY SURGE when your users cannot reach the Internet!
  • Still beta? (Score:1, Insightful)

    by Anonymous Coward

    If their service is so solid, then why not remove the 'BETA' tag from Gmail?

    • Re: (Score:3, Informative)

      by David Gerard ( 12369 )
      The service they sell isn't beta. The service they give away is what they inflict new features on.
  • by David Gerard ( 12369 ) <slashdot.davidgerard@co@uk> on Sunday November 02, 2008 @08:39PM (#25606827) Homepage

    was their claim that this is 4x less outages than on-site-maintained Exchange or GroupWise.

    (Notes, of course, gets 45 minutes of uptime a year.)

  • fuck that, imagine how many disputes they will have with retarded IT departments who can't manage their own network properly causing goolge apps to be unavailable. they are going to get the blame for every isp fuck up that happens as well.
  • by yttrstein ( 891553 ) on Sunday November 02, 2008 @09:02PM (#25607021) Homepage
    I achieved four nines (%99.99) 8 years ago with Netscape's broken mail server "Suite Spot" running on a (at the time) three year old Sun E450 with 4 gigs of RAM. As I recall, it served about 120,000 clients on a large cable network in Chicago.

    This whole "new web" thing is very pretty, but it seems like about three steps back to me.
    • by hax0r_this ( 1073148 ) on Sunday November 02, 2008 @09:44PM (#25607323)
      That may be true, but what you were able to achieve and what you guarantee clients you will achieve are two very different things.
      • by TheLink ( 130905 )
        The penalty for failing to achieve it also influences the guarantee.
      • Yeah, but you need to remember that ten years ago, vendors like HP, Sun, DEC, and SGI (IIRC) were putting uptime guarantees in their marketing. IBM wouldn't guarantee uptimes, but they would state the average mainframe had less than 5 minutes of downtime a year. Strangely, Microsoft was pushing Windows as "Enterprise Class", but would make no uptime guarantees. Guaranteeing your clients 5 nines of uptime is nothing new in the enterprise market. It wasn't until Microsoft started pushing Windows as a ser

    • I hate to tell you this, but your 'Homepage' website is down. What happened to the 4 nines now, batman? :)

    • I was actually working with a client on an SLA with a co-lo facility recently. The co-lo would only commit to three nines, despite the fact that their infrastructure should theoretically support a solid four nines. They keep that extra order of magnitude in their back pocket-- be it to improve profit margins later or "value-added" services soon to come.

      You have to keep in mind that statistical reliability and real-world availability are different animals. Some of it comes down to luck, and some is about

  • Gmail might have a better uptime than Exchange, but at least Exchange has push-email.
    • Re: (Score:2, Funny)

      Push email is actually very important when there are donuts in the break room. When you alert everyone they all get the email at the same time and no one gets left out of the Monday morning cofee and donuts feeding frenzy (gotta be fast to get the eclairs, though).
    • by cgenman ( 325138 )

      Gmail might have a better uptime than Exchange, but at least Exchange has push-email.

      Why is push better in practical terms than, say, a 1-minute pull?

      • Power useage on a phone with push can be much lower. A 1 minute poll means your data connection is constantly active. Push means the message goes through the phone network and connects to you only when necessary. It's kind of like SMS, but instead it goes to your email.
      • by pbhj ( 607776 )

        Why is push better in practical terms than, say, a 1-minute pull?

        How many "donuts" [sic] can you eat in a minute ...?

  • How much data loss occurs? big corp email loss is bigtime (I worked at one of the biggest, "most knowledgable", and exchange server crashes were frequent. You just had to have email set to move to a local folder. Of course, the local machine was also running M$windoze, so you lost it there.
    Network connectivity issues were rare (think "invented the internet").
    Lost, corrupted, unavailable, and stolen data must be the primary determinants of usability. So unavailable comes in third. Think backup tapes, and you

  • So if somebody is running their business on the free version of Google Apps and they have more downtime than the SLA allowed exactly what do they get? A refund? And by the way, I'd like a list of those Exchange customers who are suffering 2.5 HOURS of downtime per month. Sounds like they should be about ready to change service providers...
  • I dunno, if my servers had 45 minutes of unplanned downtime per month, I think the condition would be called 'chronic repeated failures' and be subject to some 'employee counseling.' I can understand planned, scheduled downtime after hours, but I don't think that's what they are saying here. Our users get nasty when the net is not available for 20 seconds. 45 minutes a month isn't acceptable around here. And saying, "Hey, this isn't a hospital. It's not as if anyone was at risk!" is not something you'd want

  • Imagine an airline that offered 99.9% reliability. Or a new car that runs only 99.9% of the time. 45 minutes per month of downtime sounds reasonable, until that 45 minutes happens to take our entire organization's email system offline for a few adrenaline-filled minutes on a busy Monday morning. Cloud computing is still in its infancy, and will be until the "cloud" offers near-perfect redundancy on both a software and network level.
    • by Shados ( 741919 )

      Cars don't get anywhere close to 99.9%, since just a flat tire can take you out for a while, nevermind a broken transmition. If you need to let the car sit overnight, thats pretty much done for. And well over 50% of flights are delayed, even just 99% reliability is a pipe dream (i know you basically meant plane crashes, but still).

      • by pbhj ( 607776 )

        Cars don't get anywhere close to 99.9%, since just a flat tire can take you out for a while, nevermind a broken transmition.

        Example, I ordered a new shock absorber and was sent the wrong part ... silly me removed the old one (broken) before checking the new one. Downtime 1 week = 2% (send back parts, order new ones from a company that knew what part they should have sent me!).

        I'd guess adding up time for refuelling would give you less than 99.9% uptime.

  • by lucm ( 889690 ) on Sunday November 02, 2008 @11:31PM (#25608037)

    When Google is down, all you get is access to lousy forums with little or no support, while your end users keep asking for an ETA or at least for an explanation. You end up being a punching bag for the failure of a solution you probably never agreed with and that was forced down your throat by the management.

    I guess this is an ok deal for small biz with no technical employees, but as soon as your users headcount goes over 20, Novell Groupwise or Microsoft Small Business Server becomes more interesting. And when hosted locally, it will at least work as internal groupware and allow users to access shared documents while the internet connection is down.

  • Penalties? (Score:3, Interesting)

    by Jeff Hornby ( 211519 ) <jthornby AT sympatico DOT ca> on Monday November 03, 2008 @12:41AM (#25608483) Homepage

    Google guarantees 99.9% uptime, right? So what do you get if they don't deliver? A lollipop? A cookie? A profound apology personally signed by Larry and Sergey?

    Actually you get extra time.

    If the system is down for betwwen 45 minutes and 7.2 hours, you get an extra three days. &.2 hours is pretty much a full business day if it starts at the wrong time.

    If the system is down for 7.2 hours to 36 hours you get 7 free days.

    And if the system is down for more than 36 hours you get 15 free days.

    I don't know about the rest of you, but most of my clients would be losing at least tens and perhaps hundreds of thousands of dollars an hour if all of their key systems went bust. Email is down? No communications because not only is that a communication channel, that's also where you keep most of your contact information. Productivity suites are down? There goes work for the entire office for the duration. Not only are they unable to create new documents, they're unable to access existing information.

    You can say what you want about Microsoft Office (or even move to something else like OpenOffice or StarOffice) but at least when something happens to Office, it only stops one user. If Google goes down, your entire enterprise grinds to a halt for the duration.

    • That was my question as well. I think it's especially important to have answered given that Google has already failed to meet a 99.9% uptime at least once this year.
      When they fail in that way, how long is it before they are able to make a particular uptime claim again? Apparently the answer is "less than a few months" at best. I suspect it's actually "immediately" instead of the more appropriate "when they prevent their service from going down long enough to meet the stated uptime percentage including stati

  • For me it happens that my 0.1% share of service outtage maps directly to the functionality of sending e-mails?

    I get an "invalid from address" whenever I try to send a message through gmail's interface. The "support" for this is almost impossible to find out, and there has been no feedback from my complaint there. And yes, I've tried several settings that could affect the "from" address already (and it worked up to 2 weeks ago)

  • by Roadkills-R-Us ( 122219 ) on Monday November 03, 2008 @01:56PM (#25615377) Homepage

    Google apps is NOT enterprise ready. It's taken us a month, an outside consultant, and a week's worth or intermittent, screwed up email to even get close to what we had before, email-wise. We haven't had any time to work on calendars, etc. It was extremely difficult getting google's attention at all, much less a path to anyone who could actually help. This has been the most painful rollout I've worked on in years.

    "It all depends on what your definition of 'evil' is."

    YMMV. I would only recommend google apps to a competitor I wanted to hurt. 8^)

Beware of Programmers who carry screwdrivers. -- Leonard Brandwein

Working...