Short answer -- Yes. It doesn't matter which question you asked, the answer is yes.

I work for a 'small-ish' Web 2.0 company. My particular application is implemented across a cloud of around 1500 servers (this quarter; more next year, I don't know how many yet -- budgeting is going on now). The Company has other properties (projects) that range in size from two servers to over 10,000, scattered across six continents. (We have clients at McMurdo, just no servers there. Although, that's a thought -- a co-location facility in Antarctica wouldn't have a cooling problem, right? Just pull in the outside air....)

Yes, we do believe in Internet Scale. Any particular web technology from the past fifteen years has been used here, and quite possibly is still in use somewhere in the Production Cloud.

I can't speak for the rest of the Company, but we have been developing a test-bed for our application that uses a combination of WWW:Mechanize, Selenium, Load-Runner (for the few MS-Windows servers), and a lot of home grown code to create a testing/regression-test framework for the Application. This project has been going on for the last three years, and we have around 40% coverage. (That's up from <1% three years ago.)

I suspect the reason you see a dearth of 'real-world problems' on the PM is that by the time a company gets large enough to have to worry about the scaling issue, one of two things happen -- Either they bring talent on board with the experience to sort the problem; or they get acquired by the Google's, Yahoo's, Cisco's, or Microsoft's of the world. These folks have had to solve the Scaling Problem a long time ago (in Internet years), and continue to solve it on a daily basis.

----
I Go Back to Sleep, Now.

OGB


In reply to Re: Are you coding websites for massive scaleability? by Old_Gray_Bear
in thread Are you coding websites for massive scaleability? by jdrago_999

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.