Jilesh Lakhani

Greenhorn
+ Follow
since Jul 26, 2006
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 Jilesh Lakhani

Well, during the testing phase.. the process reached.. 60% and after reducing some uncessary parameters...from session to Post... the process reached to 50%...
there was 10% difference in the Process fulxtuation..
NOTE: Above was the load testing done for 30 concurrent users on P4 machine with 1GB Ram..

However I've also have to keep in mind that the USER Processing is fast enough.... while using POST action in a servlet...the USER access tends to become bit slow.... and I guess we all know the reasoning for that..

my target is about 110 concurrent users.....
17 years ago
Yes it is Servlet -> JSP...

so, if I use response.setAttribute(String, object)... I'll have to cast it in JSP.. and it will be response.getAttribute(String)
right ??
17 years ago
I wish to send control from my Servlet to Jsp.. with some parameters.. however I've tried using sessions but due to perfomace issue I've changed it to POST.... which results in Slow loading of JSP page...

Could you suggest me any other method, in which that can be done..
NOT A FORM POST or setting the variables in session..
17 years ago