Redian新闻
>
有人用过Real Time Java吗?
avatar
有人用过Real Time Java吗?# Java - 爪哇娇娃
S*C
1
公司的一套原来用C++写的legacy system,正移植(其实是重写了)到java上,
对latency要求比较高,一般情况都没问题,但volume特大的时候,
就会出现由于Garbarge Collection引起的瓶颈,现在正在考虑有没有
什么方法改进,Real Time Java看起来不错,不过需要特殊的OS(e.g Red Hat MRG)。
不知道这里有没有人用过,介绍一下经验,看看到底提升有多高,
是否worth the hassle,还是只是一个hype.
http://java.sun.com/javase/technologies/realtime/index.jsp
avatar
g*g
2
I would recommend turing GC algorithm first. And there are many
versions of JVM that has bugs causing GC issue. I've personallyh
seen a couple of them before. You'd google to make sure it's not
the case.

【在 S**********C 的大作中提到】
: 公司的一套原来用C++写的legacy system,正移植(其实是重写了)到java上,
: 对latency要求比较高,一般情况都没问题,但volume特大的时候,
: 就会出现由于Garbarge Collection引起的瓶颈,现在正在考虑有没有
: 什么方法改进,Real Time Java看起来不错,不过需要特殊的OS(e.g Red Hat MRG)。
: 不知道这里有没有人用过,介绍一下经验,看看到底提升有多高,
: 是否worth the hassle,还是只是一个hype.
: http://java.sun.com/javase/technologies/realtime/index.jsp

avatar
T*g
3
rts 版本的java 要求一个支持posix规范,线程优先级起作用的os,你可以查一下手册
看不同jvm的需求来决定os。不只道你们系统需求,理论上rts java可以处理大多数low
latency系统,比如导弹拦截。

【在 S**********C 的大作中提到】
: 公司的一套原来用C++写的legacy system,正移植(其实是重写了)到java上,
: 对latency要求比较高,一般情况都没问题,但volume特大的时候,
: 就会出现由于Garbarge Collection引起的瓶颈,现在正在考虑有没有
: 什么方法改进,Real Time Java看起来不错,不过需要特殊的OS(e.g Red Hat MRG)。
: 不知道这里有没有人用过,介绍一下经验,看看到底提升有多高,
: 是否worth the hassle,还是只是一个hype.
: http://java.sun.com/javase/technologies/realtime/index.jsp

avatar
T*g
4
you cannot stop full gc anyway. what he needs is a jvm with guarantee gc
time. rts java would suffice.

【在 g*****g 的大作中提到】
: I would recommend turing GC algorithm first. And there are many
: versions of JVM that has bugs causing GC issue. I've personallyh
: seen a couple of them before. You'd google to make sure it's not
: the case.

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。