|
Replies:
2
-
Last Post:
Jul 6, 2009 11:11 PM
by: pccontact
|
|
|
|
|
|
|
Glassfish Performance??
Posted:
Jul 2, 2009 4:14 AM
|
|
|
Dear all,
I have a SOAP application which doing some work takes about 1-4 secs to complete then response back to client. and the request and reply SOAP size is about 10K bytes long.
My Glassfish is on a Q8200 4 core CPU with 4GB RAM on Cent OS 5.3.
I use Threads.Sleep(1000) to simulate the process. The glassfish only can response 500 TPS(response per second back to client). I used SOAP UI to open 1024 threads(actually, 512-1024 get almost the same response TPS) for concurrent requests.
If I use Threads.Sleep(2000) then the response only about half 250 TPS.
I tried to configure the Glassfish but the only factor looks like is HTTP max Thread Count. After increase to about 512-1024 the result all the same.
Is my Glassfish response time reasonable?
BTW, if I did not use Threads.Sleep, it can response about 1000 TPS.
-- View this message in context: http://www.nabble.com/Glassfish-Performance---tp24304978p24304978.html Sent from the java.net - glassfish users mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@glassfish.dev.java.net For additional commands, e-mail: users-help@glassfish.dev.java.net
|
|
|
|
|
|
|
Re: Glassfish Performance??
Posted:
Jul 3, 2009 12:15 PM
in response to: pccontact
|
|
|
Check if your SOAP UI version is free or professional. The free version limits the number of concurrent requests to 500.
|
|
|
|
|
|
|
|
Re: Glassfish Performance??
Posted:
Jul 6, 2009 11:11 PM
in response to: pccontact
|
|
|
Yes I am using Trial SOAPUI Pro.
I really don't know why the load balancer will not funtional well If the Thread. sleep for 1 second. -- View this message in context: http://www.nabble.com/Glassfish-Performance---tp24304978p24367711.html Sent from the java.net - glassfish users mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@glassfish.dev.java.net For additional commands, e-mail: users-help@glassfish.dev.java.net
|
|
|
|
|