[JBoss-user] [Performance Tuning] - Re: Is JBoss certified with Jrocket or the IBM JVM?

2006-03-15 Thread erwinp
Hillel, we where able to run several applications under JBoss on JRockit and the IBM JVM on G5. With the last one we did have some problems with SSL. Don't know if it's really certified. Maybe Jboss can answer that himself :-) Regards, Erwin View the original post : http://www.jboss.com/index

[JBoss-user] [Performance Tuning] - Re: JBoss-Hibernate Performance Test

2006-03-15 Thread erwinp
It took me a while but i was able to perform tests that add up to 600 rows in the database per second. This is quite good in opposite to the 200 i was able to do before. I changed my application to use JDOM for transforming the POJO's into XML that's returned to the clients. Before i was using t

[JBoss-user] [Performance Tuning] - Re: JBoss-Hibernate Performance Test

2006-02-27 Thread erwinp
My application uses LOG4J for logging to file. The level is set high enough to prevent any logging during the test (only exceptions would be logged but there aren't any). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926717#3926717 Reply to the post : http

[JBoss-user] [Performance Tuning] - Re: JBoss-Hibernate Performance Test

2006-02-27 Thread erwinp
Hello Scott, for my last "successfull" test i had 2200 client threads running distributed over about 6 client PC's. Each client thread will sleep for 10 seconds (minus request time) between two requests, the think time. All these clients together put an average load of 220 requests per seconds o

[JBoss-user] [Performance Tuning] - JBoss-Hibernate Performance Test

2006-02-21 Thread erwinp
Hello, i've been doing some performance/capacity tests on an application which is deployed under JBoss 4.0.2 and which uses the Hibernate version that comes with JBoss. During the test HTTP requests arrive at a servlet which forwards them to a local stateless session EJB. This EJB will check t