什么是java信号调度程序线程?

编程入门 行业动态 更新时间:2024-10-26 14:37:42
本文介绍了什么是java信号调度程序线程?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在查看java进程的线程转储,并注意到信号调度程序阻塞了一些线程。

I was looking through a thread dump of a java process, and notice some threads blocked by signal dispatcher.

什么是信号调度程序?它做了什么?

What is signal dispatcher? What does it do?

推荐答案

我在IBM developerWorks上发现了一篇关于此的文章。当操作系统向JVM发出信号时,信号调度程序线程会将信号传递给适当的处理程序

I found an article about this on IBM developerWorks. When the OS raises a signal to the JVM, the signal dispatcher thread will pass the signal to the appropriate handler

关于Java信号处理和终止的启示 by Chris白色,软件工程师,IBM

Revelations on Java signal handling and termination by Chris White, Software Engineer, IBM

更多推荐

什么是java信号调度程序线程?

本文发布于:2023-11-25 22:26:17,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1631600.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:线程   信号   程序   java

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!