Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  JSP Progress Bars
Subject:   Cluster versus Progress Bar
Date:   2003-06-13 04:29:46
From:   anonymous2
Response to: Clustering?

Both solve the same problem: overloaded servers
that must handle heavy tasks. The cluster is the
very expensive solution and the progress bar is
the cheap one.


You normally don't use a progress bar where a
cluster is needed. You just add 100 servers and
have fun managing them :-(


And it doesn't make sense to invest in a cluster
when a progress bar can do the job. You do
something else with your money :-)


Andrei