-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Tim Reilly wrote:
> Can anyone estimate what kind of horsepower our servers will need to
> handle the kind of load I've described?
>
> We are definitely getting a minimum of 512 Megs of RAM on each box, but is
> there a need for dual-processors, RAID, etc.? Actually, does anyone know
> whether java on linux will utilize dual processors? Is there anything
> else we should consider that isn't immediately obvious?
>
As you have decided to map your entire db in ram, you'll hardly benefit
of load-balancing, except if ou had designed a n tier model :
browser <-> apache <-> jserv <-> data cache <-> rdbms
where "data cache" could be rmi/corba server, EJB server or java space
(he he !), or rdbms !
So now you are only vertically scalable. Unfortunately green thread JVMs
will not fully benefit of MP hardware.
Jean-Luc
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]