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.
我的环境是 Tibco,我有 200 到 300 项服务。我的设计需要同时触发所有这些服务的“停止”命令。请提供一些关于我如何处理(编码)Gpars 中的线程机制的见解。例子会有所帮助。
GParsPool.withPool(PreVerifyManager.THREADS){ servicePathList.eachParallel{ InitiateApplicationDowntime(it) } }
经过 2 个月的学习、研究和工作,我完全是一只 groovy 的新手,这正好符合我的要求