The discredited topology.

Jason Carreira: Scaling doesn't have anything to do with whether your objects are remote. How often do you really have one web request cross JVM boundaries? The whole Servlet-tier and Business Object tier topography has been pretty well discredited. It doesn't scale to have to make remote calls.


Like this post?  del.icio.us Bookmark it   |   submit to dig digg.com Digg it   |   slashdot Slashdot it   |   technorati See who links to it

Comments:

I would say as soon as you have multiple server clustering.. any other time it's silly at best.

Posted by kasia on July 27, 2003 at 07:57 PM EDT #

No, that's my point. Why does clustering mean you have to call between servers for a request? Why can't a single request be handled by one server in the cluster?

Posted by Jason Carreira on July 28, 2003 at 01:21 AM EDT #

Given this situation: One large site with 10+ apache/tomcat servers and a couple ejb servers.. 80% of the users never actually reach the relatively expensive ejb servers.. site more balanced, traffic better distributed,transactions protected.

Posted by kasia on July 28, 2003 at 06:07 PM EDT #

Post a Comment:
  • HTML Syntax: Allowed

This work is licensed under a Creative Commons License.
Copyright 2002-2007, David M Johnson (dave.johnson at rollerweblogger.org)

This is a personal weblog, I do not speak for my employer.