The Artima Developer Community
Sponsored Link

Java Buzz Forum
Scaling Websites (RE: Large sites powered by Java web frameworks and Tiles + WebWork)

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
Scaling Websites (RE: Large sites powered by Java web frameworks and Tiles + WebWork) Posted: Feb 15, 2006 4:21 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Scaling Websites (RE: Large sites powered by Java web frameworks and Tiles + WebWork)
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

Matt Raible is look for large sites powered by Java web frameworks.

Maybe I am in a cranky mood, but I wouldn't worry about scaling out the web tier.

You can scale JSF just fine (although I may not like JSF at all ;)

Slashdot does just fine with Perl + memcached.

Your scalability concerns are going to come in with your architecture, and caching.

If the bottleneck is in taking the HTTP info in, parsing it into objects, and the on the back-end doing the opposite, then you have done an amazing job scaling the database and the network layers.

Of course we need to test our architectures etc, but I have just seen a PHP application that handles a massive load, with an average architecture :)

It handled everything just fine because of the caching they use.

This is why TheServerSide.com running on EJB etc was/is such a hilarious thing. Tapestry isn't the bottleneck ;)

And with 64 processors each with 64-cores, CPU bound scalability probably won't be the case often too!

Use the tech that gets out of your way and feels right to you. This is why Rails is doing so well.

Read: Scaling Websites (RE: Large sites powered by Java web frameworks and Tiles + WebWork)

Topic: The Blog Reading Burnout Effect Previous Topic   Next Topic Topic: Java News Brief (JNB): Scripting Support in Mustang

Sponsored Links



Google
  Web Artima.com   

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