I think noone is going to say: "sure that's enough" ;-)
Everything depends on the processing you'll do, the design of the
application, the database design, the SQL you use.
If you use it to perform AI-type fuzzy probabilistic searches on a database
with hundreds of tables requiring temporary tables of several million rows,
you might consider bying such a machine for every user.
If they only have to lookup a code number, type in some values and update
that to a simple table, you could easily go to a thousand users and still
use a standard PC instead of the server you describe.
One thing is for sure, don't ask your hardware vendor for advice on this,
because then you'll need an even bigger machine. Same is true for the db
vendor.

Geert 'Darling' Van Damme

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Hewitt
> Sent: dinsdag 1 februari 2000 17:05
> To: [EMAIL PROTECTED]
> Subject: Server Specs
>
>
> I was wondering if anyone here had any thoughts as to whether or not this
> web server configuration would work.
>
> Box:
>
> Sun server running Solaris.
> 4 - 400 mhz CPU's
> 1 GB Ram
> 3 30 GB drives, each with their own controllers and (I believe at
> least) 64
> MB cache for each disk.
>
> We're already running our Oracle 8.0.3 database on this box with 10
> concurrent users hitting the DB.   It is currently using up 200 MB of RAM.
>
> We are considering running iPlanet 4.0 Web Server on this box as
> well.  The
> choice of web server has been made, so that isn't really an option.  It's
> either the iPlanet utilizing JSP & Servlets or we go back to doing ASP.
>
> Once our project is finished we will have on average at most 30 more
> concurrent users hitting both the web server and the Oracle database (i.e.
> max 30 requests to the web server, possibly 40 requests to the database).
> In the worst possible scenario we could have 200 more concurrent users
> hitting the ws and db (very very unlikely).  It is safe to assume that all
> requests would involve JSP and servlets, i.e. we don't have much static
> HTML.
>
> Okay, I know this was long, but does anyone think our machine can do it?
> We're very willing to buy another 1GB of RAM.
>
> I am pretty confident that our machine can do it, but this isn't
> necessarily
> my area of expertise (I'm a developer, not a sys admin) and my butt's kind
> of on the line on this one.
>
> Thanks,
>
> Mike
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to