Stojacavich Peter

Greenhorn
+ Follow
since May 27, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Stojacavich Peter

William,

I am trying to simulate something where I am generating load onto my JSP/Servlet application and based on the # of machines servicing the load the response time would change. but to emulate that with just one tomcat machine (at the present) I am hoping to see how by controlling either the # of threads in server.xml or somehow can I change the response behavior.

Essentially want to see how the app would scale with more machines in the loop. Hope that clarifies..
19 years ago
Hi,

I wish to control the response time of my jsp/servlet application that runs on tomcat.

I am trying to do that by changing the maxthreads in the server.xml but it is not reliable.

At extremely low thread count like 2 my response times are high but as soon as I increase the thread count to say 4 response improves drastically. I am sending 6 requests simultaneously using my java url apis.

Anybody tried this before and have been successfull in controlling the response times based on the # of max threads?
19 years ago