I have an enterprise application running on JBoss 4.2.2, I am exposing a REST API which talks with the EJB business layer.
I developed a load program that executes 1024 threads with different requests to the REST API.
When I run the JBoss with 64bit JVM, on the second execution it starts to fail, I get many timeouts, the application server fails to connect to the DB and for some reason fails to call the queues (using JMS).
When I execute the same test procedure using 32bit, I don't face those problems at all.
I was expecting that 64bit will be better specially with memory consumption.
Do you might have a clue what I am doing wrong? Any suggestions how I can handle this task of switching my server to work with 64 bit JVM?
Thanks in advance.