The Artima Developer Community
Sponsored Link

Java Buzz Forum
Planning for size in your web application

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
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Planning for size in your web application Posted: Sep 28, 2006 8:23 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Planning for size in your web application
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement

In the fun application that I have been talking about, we keep running into issues like the slow tree. They all come down to one thing. Noone thought about success, and how it would handle size.

When you are running on a dev machine and have 3 test users, it may make sense to have one "Users" tab that has on it:

  • list all users
  • list all special users
  • add user form at the bottom

However, when you get popular and have a million registered users or so, this page becomes REAL slow, and what if you just wanted to add a damn user!!!

Obviously, we went in on the new system and have 'add user' as a separate action, and instead of listing all of the users admins go in and search for what they need.

Read: Planning for size in your web application

Topic: Flickr: Paintation Lunchation Previous Topic   Next Topic Topic: Working With the Grain

Sponsored Links



Google
  Web Artima.com   

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