由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Signal handler, thanks
相关主题
java & signal process多线程搜索同一个文件问题。
Is this a Bug or not?Java在Web领域是不是太笨重了?
condional variable thread sync 问题JAXB
thread signaling 的一个问题问个SOAP Service的问题
Top Ten Errors Java Programmers Make(5)有人用seam吗
Where I can find comparison of JVMsJava如何实现自动消失的消息框?
Re: Can create a Interface object, why?再论abstract class
how to get Frame from ActionEvent?请教关于使用map和fields
相关话题的讨论汇总
话题: signal话题: handler话题: jvm话题: signals
进入Java版参与讨论
1 (共1页)
h****n
发帖数: 45
1
Anyone knows how to write a signal handler such that an application running in
JVM responds signals? Is there any convenient way to do so? will the
application suffer performance penalty? Thanks
f*****g
发帖数: 31
2

in
Java itself can't handle native signals. But new JVMs support
Signal Chains. Search SUN web site for details.

【在 h****n 的大作中提到】
: Anyone knows how to write a signal handler such that an application running in
: JVM responds signals? Is there any convenient way to do so? will the
: application suffer performance penalty? Thanks

h****n
发帖数: 45
3
I read the signal chain stuff, but it's for 1.4. I need it work in a legacy
JVM. any other suggestion? thanks

running

【在 f*****g 的大作中提到】
:
: in
: Java itself can't handle native signals. But new JVMs support
: Signal Chains. Search SUN web site for details.

1 (共1页)
进入Java版参与讨论
相关主题
请教关于使用map和fieldsTop Ten Errors Java Programmers Make(5)
这个错误怎么解决啊Where I can find comparison of JVMs
pdf form 还是 html formRe: Can create a Interface object, why?
An experiment with JVM Garbage Collection Schemeshow to get Frame from ActionEvent?
java & signal process多线程搜索同一个文件问题。
Is this a Bug or not?Java在Web领域是不是太笨重了?
condional variable thread sync 问题JAXB
thread signaling 的一个问题问个SOAP Service的问题
相关话题的讨论汇总
话题: signal话题: handler话题: jvm话题: signals