石英调度程序线程池上的示例

编程入门 行业动态 更新时间:2024-10-10 15:25:23
本文介绍了石英调度程序线程池上的示例的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

请使用java中的线程池给我石英调度程序上的示例

Please give me the sample on quartz scheduler using thread pooling in java

推荐答案

OReilly有文章详细说明了线程的Quartz配置 - 池。将以下内容放入 quartz.properties 。

OReilly has an article detailing the Quartz configuration for thread-pooling. Put the following in your quartz.properties.

org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool org.quartz.threadPool.threadCount = 5 org.quartz.threadPool.threadPriority = 5

更多推荐

石英调度程序线程池上的示例

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

发布评论

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

>www.elefans.com

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