The Artima Developer Community
Sponsored Link

Java Buzz Forum
Measured response

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
Bill de hÓra

Posts: 1137
Nickname: dehora
Registered: May, 2003

Bill de hÓra is a technical architect with Propylon
Measured response Posted: Jul 16, 2005 5:04 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Bill de hÓra.
Original Post: Measured response
Feed Title: Bill de hÓra
Feed URL: http://www.dehora.net/journal/atom.xml
Feed Description: FD85 1117 1888 1681 7689 B5DF E696 885C 20D8 21F8
Latest Java Buzz Posts
Latest Java Buzz Posts by Bill de hÓra
Latest Posts From Bill de hÓra

Advertisement
"That is because scalability issues are not framework or language specific." - Brian McCallister Good post from Brian. But be careful, it's not all solved in the system architecture. Which is to say, no matter how good your architecture is, you need to think about and measure how well the application code is running. You can still write application code that will kill a computer as the volume of data grows, no architecture is going to help you out there. Sean was telling me last night about some performance profiling he'd been doing for a multi-stage, multi-pipe XML processing line - let's just that where the bottlenecks turned up were counter intuitive - I absolutely guessed wrong, but of course I did - it's a given that you'll guess wrong. So you have to measure - but to measure you have to build something to measure - you won't solve these kind of issues during architecture-picture-time. Spend architecture-picture-time making sure you can build something which can be measured later on. As we keep moving towards application logic and to a value-driven programming world where transaction monitors, pools, caches, i/o, malloc-dealloc, library data structures, and runtimes are about as relevant a concern as flip-flops and asm, there's a risk we'll forget about the algorithmic side of code, which is never going to go away completely. Two of my favourite algorithm books for the working stiff, real eye openers, are Richard Skiena's The Algorithm Design Manual and Jon Bentley's Programming Pearls. The other thing that's caught my eye is not a book but a presentation [pdf] fast becoming a classic, by the people behind Livejournal, which is called, but if it were a nineteenth century novel it would would be called "LiveJournal. Or, You Can Scale Anything For Capacity When You Put Your Mind To It Even If You Didn't Get It Right Up Front, Or Have Become Surprisingly And Insanely Successful, And Are Now In The Weeds"....

Read: Measured response

Topic: China Trip Pictures Previous Topic   Next Topic Topic: Links for 2005-07-08 [del.icio.us]

Sponsored Links



Google
  Web Artima.com   

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