java - jvm中的进程和线程与操作系统中的进程和线程的关系
PHP中文网
PHP中文网 2017-04-18 10:36:12
0
2
723
PHP中文网
PHP中文网

认证0级讲师

reply all(2)
刘奇

That's right, according to the picture of the questioner, each process is an "execution engine". Even if it is a separate process, the runtime data area is naturally independent.

Peter_Zhu

Each JVM process must start a JVM instance. Otherwise, heap sharing between processes will be messed up.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!