由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - java signal process
相关主题
java & signal processQuestion on synchronization between processes
最近用vert.x解决了一个实际问题a dummy OS question
不用jvm也没啥,问题在于你有其他替代品么?请问一下,用什么语言/库/脚本作GUI比较方便?
前端码农想转后端的困惑,望大牛解答Help: how to use Eclipse as C++ IDE in Linux? (转载)
HELP:这个死锁是怎么发生的?谁熟悉P-code?
关于在c++ member function里用signal( )请教个JAVA的小问题
Please help: regarding ftp scripting in Windows xp Command prompt如何快速保存大块数据(工作中遇到的问题)
multi threading 还是 multi processingan error when I tried to launch a X-window app
相关话题的讨论汇总
话题: signal话题: java话题: process话题: response话题: command
进入Programming版参与讨论
1 (共1页)
x******o
发帖数: 31
1
let's say that i have one process running at backend
(it is a java program like start from command line by:
java -cp ... MyJava.class) and suppose this process id is 101.
now, i send the signal from command line (on unix):
kill -9 101
how can i let MyJava.class response to -9 signal?
I think that JVM will take -9 signal at first and there is no ways for
MyJava.class to response -9 signal in this case.
So is there any other way for java program (like MyJava.class) to response
signal?
Thanks.
1 (共1页)
进入Programming版参与讨论
相关主题
an error when I tried to launch a X-window appHELP:这个死锁是怎么发生的?
C++问题几个关于在c++ member function里用signal( )
Malab里调用第三方的java class,总是不成功。Please help: regarding ftp scripting in Windows xp Command prompt
求教几道面试题multi threading 还是 multi processing
java & signal processQuestion on synchronization between processes
最近用vert.x解决了一个实际问题a dummy OS question
不用jvm也没啥,问题在于你有其他替代品么?请问一下,用什么语言/库/脚本作GUI比较方便?
前端码农想转后端的困惑,望大牛解答Help: how to use Eclipse as C++ IDE in Linux? (转载)
相关话题的讨论汇总
话题: signal话题: java话题: process话题: response话题: command