Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: WebServer 2.1 and Oracle RDBMS 7.3.3.5.2 in One-Server or Two-Server Config

Re: WebServer 2.1 and Oracle RDBMS 7.3.3.5.2 in One-Server or Two-Server Config

From: Chris Kempster <c.kempster_at_cowan.edu.au>
Date: Fri, 17 Jul 1998 08:57:10 +0800
Message-ID: <6om7qs$h$1@news.cowan.edu.au>


I would highly recommend separating your WAS from the RDBMS, the webserver can be a little unstable and run-away processing hog a lot of memory and cpu time. Large numbers of concurrent users chew anywhere from 2-5Mb RAM per connection (AIX) and we found that the overhead of the webserver stopping/starting processes and in competition with the database results in wide variations in overall system performance.

This, of course, depends on the version of the webserver, server specs and the expected system use.

In your case, go for v2.1.1 (not v2.1) and make sure you load test the system with around 80-300 user connections, perhaps simulating large inserts/updates to really see how your system performs.

Regards

Chris. Received on Thu Jul 16 1998 - 19:57:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US