Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近将 weblogic 工作管理器转换为 java concurreny 固定线程池。我遇到了 spring 的工作管理器任务执行器。你能给我一个为什么它使用直接线程池的原因吗
有一个项目正在 weblogic 服务器上运行,用于实现多线程并发工作管理器,由 weblogic oracle 提供。
现在的需求是从项目中移除weblogic依赖,这间接导致weblogic并发工作管理器的移除,并使用固定线程池使用java并发实现。
现在的问题是,在 java 并发中也有工作管理器任务执行器,它具有由 weblogic 并发工作管理器提供的相同实现。哪种方法最好