java - Numbers of JVMs per JBoss server -


i'm wondering if number of jvms jboss server can increased? not sure if each of application can run on own jvm. if possible, advantages of having more 1 jvms in single server.

each jboss instance runs on own jvm. scalability , high availability (ha) purposes, have n+1 jboss instances (and n+1 jvms accordingly) in architecture.

this provides many benefits, notably http/https web thread pool increased (if underlying os/vms hardware beefy enough) can handle 2x many requests concurrently, bigger ejb thread pool along ha, clustered single sign on, session replication across nodes, , many other benefits. typically have 1 or more software load balancer such apache httpd proxying requests individual jboss worker nodes via mod-cluster or mod-jk.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -