首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 多JVM处理

多JVM处理

  • 资源大小:286.92 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: JVM 处理

资 源 简 介

Introduction Using jvmpart, you can process data in multi processes not only multi threads in java, which will give you more stable and more seperated memory... Imaging, if you are processing a big data, you may partition it into several rangs and start multi-threads.For multi threads, you need to consider the thread safe, also it may crash sometime unexpected(e.g. OutOfMemoryException) and all the threads aborted.If you process using jvmpart, one crash never affect to the others, all JVM processes are running seperted and parallel with its own memory. In jvmpart, there are two stuff, one called Partitioner and the other is Processor. I call its "Double-P":) When you using jvmpart to process your data in multi JVMs, you just need to implement "Double-P".The partitioner is on duty to partition your data as parameters, and decide how man

文 件 列 表

jvmpart-1.0.0
doc
jvmpart-1.0.0.jar
jvmpart-samples-1.0.0-sources.jar
LICENSE.txt

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.210810s