Blogging Roller

Dave Johnson on open web technologies, social software and software development

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.
Dave Johnson in Java • 🕒 12:23PM Jul 27, 2003
Tags: Java
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 10: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 04: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 09:07 PM EDT #

Post a Comment:
  • HTML Syntax: NOT allowed