I am performance tuning  my JSP/Struts web-application deployed over jboss..
I have not got success yet.
During performance/load testing of my web application with apache jmeter.
It is OK up to 1400 request per minute..
But if i increase the load , i get following
Issue: from 1800 requests sent to the application only 1283 were processed
,rest of the requests were lost. I reviewed the application logs. It show it
received only 1283 requests, and were processed successfully without any
database error, or Java heap space error.

hardware configuration(i use Celeron 3.0Ghz , 1 GB RAM) can be an issue ,
but the requests should not be lost ..

Is there any way to tune this load ?
Does it requires to programatically  pool the requests first in a buffer say
and than process them  . but it will dampen the response time,as this is
done by container till now ?

The required target is whopping 15000 requests per minute. :confused:

Jasdeep 
-- 
View this message in context: 
http://www.nabble.com/Performance-Vows-%2C-Requests-get-lost-..-tf4140360.html#a11777045
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to