Home » Developer & Programmer » Forms » httpd.conf help
httpd.conf help [message #151875] Mon, 19 December 2005 09:58 Go to next message
marwan.h
Messages: 24
Registered: December 2005
Location: bey
Junior Member
hello
im facing a performance issue when the number of connected users increase , proportionnally,
i have oracle9iAS on a host and
oracle9i database server on diff host
both using sun OS
is setting some parameter in the httpd.conf like MaxClients
would help
cause in the databse side there is no problem ...
thanks
Re: httpd.conf help [message #151924 is a reply to message #151875] Mon, 19 December 2005 18:50 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
How much RAM do you have on the 9iAS and how many users are you trying to handle?

When in doubt move as many of the 'select', insert', 'update', etc commands to database packages and have the database do the work, not the Application Server. Often it is not the 'work' that is the problem but the 'lag' between the AS and the DB machines as they try to handle an increasing communication load.
David
Re: httpd.conf help [message #151981 is a reply to message #151875] Tue, 20 December 2005 05:14 Go to previous messageGo to next message
maoro
Messages: 312
Registered: May 2005
Senior Member
thanks david
i have 2GB Ram on the Application server , and the number of user to handle is around 70.
does any configuration of the httpd.conf file helps
thanks alot
Re: httpd.conf help [message #152077 is a reply to message #151981] Tue, 20 December 2005 19:47 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
2 GB sounds about right for 70 users.

Sorry, I can't help you with the httpd.conf

Seriously consider moving more of your code to packages in the database.

David
Previous Topic: Forms6i for Unix
Next Topic: Prevent enforcement of 'Required' property conditionally
Goto Forum:
  


Current Time: Fri Sep 20 02:23:41 CDT 2024