码迷,mamicode.com
首页 > 其他好文 > 详细

jvm实例的个数

时间:2017-12-17 00:11:59      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:not   instance   jvm   ons   cep   mem   个数   star   guid   

Generally speaking, each application will get its own JVM instance and its own OS-level process and each JVM instance is independent of each other.

There are some implementation details such as Class Data Sharing, where multiple JVM instances might share some data/memory but those have no user-visible effect to the applications (except for improved startup time, hopefully).

A common scenario however is a single application server (or "web server") such as Glassfish or Tomcat running multiple web applications. In this case, multiple web applications can share a JVM.

jvm实例的个数

标签:not   instance   jvm   ons   cep   mem   个数   star   guid   

原文地址:http://www.cnblogs.com/hustdc/p/8047949.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!