« Java web application... | Main | More JSP best practi... »

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.
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

« Java web application... | Main | More JSP best practi... »

Welcome

This is just one entry in the weblog Blogging Roller. You may want to visit the main page of the weblog

Related entries

Below are the most recent entries in the category Java, some may be related to this entry.