i have an application which needs to process
around 200,000 secure transactions/day. SSL
and require connection pooling to oracle.
there are also around 500,000 hits which will not require
an oracle connection.
i am planning on creating a template based system where
web developers do not need to know Java/Servlets,
and complex content can live on the web server, database, or both.
i am investigating JServ to replace an old solution.
is there data on how JServ is scalable?
i'd like to get an idea of how much horsepower i will need before
i start a prototype.
i'd like to use linux on P2-500 boxes for serving apache and jserv.
1. about how many servers?
2. how would i separate the load?
round robin only? needs to provide failover.
3. JIT compilation or native threads w/ apache JServ? what's going on
here?
4. any tests done on uptime, memory leaks, etc.
--michael moores
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]