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.
|