----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It has a search feature and all the answers!
----------------------------------------------------

We are using :

Solaris 7 Hardware 5/99
Apache 1.3.9
Jserv 1.0
ab 1.3b

When we run a test of ab against (with Jserv in AUTOMATIC mode):

http://ourserver.com/servlet/Ourservlet?info=data&info2=data2

We get a request per second of 12...

When we run a test of ab against (with Jserv in MANUAL mode):

http://ourserver.com/servlet/Ourservlet?info=data&info2=data2

We get a request per second of 5...

Nothing is differen in the config (ala memory etc) for either of the properties / conf 
files...

Our manual mode script looks like :

properties=/export/home/jserv/ApacheJServ-1.0/example/jserv.manual.properties
log=./jserv_manual.log
CLASSPATH=$CLASSPATH:/export/home/jserv/lib/ApacheJServ.jar
export CLASSPATH
java org.apache.jserv.JServ $properties $1 2>> $log

So, knowing that we do not pass any extra variables to java in our config files, I 
would assume this java call in manual
mode would be the same as it would be in automatic mode..

Does automatic mode throw some extra goodies to java when it starts up in automatic 
mode?

Is there something fundemental we are missing in our manual mode script?

-Ed


--
--------------------------------------------------------------
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]

Reply via email to