Wolf-Dieter Fink [
https://community.jboss.org/people/wdfink] created the discussion
"Re: JBoss 5.1.0 tuning on AWS for large number of concurrent users"
To view the discussion, visit:
https://community.jboss.org/message/822204#822204
--------------------------------------------------------------
As long one JVM can handle the load you might use a.
But you might run into issues that the JVM get stuck by long GC periodically or did not
have enough memory (32Bit Java?). In this case you can spit in two instances and build a
cluster.
In my experience two instances on the same machine will work if you have enough memory and
CPU power.
But you need to verify whether the system can handle the load with the resources.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/822204#822204]
Start a new discussion in Performance Tuning at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]