调用 shutdown-agents 后重新启动代理线程池

发布于 2024-09-03 10:50:04 字数 123 浏览 3 评论 0原文

如果我从 REPL 调用 (shutdown-agents),然后稍后尝试使用代理,我会收到一个异常,提示代理池不可用(当然!)。问题是,如何重新启动代理线程池,而不必重新启动 REPL 并丢失我的所有状态?

谢谢!

If I call (shutdown-agents) from the REPL, and then later on try to use an agent later on, I get an exception saying the agent pool isn't available (of course!). The question is, how can the agent thread pool be re-started without having to re-launch the REPL and lose all of my state?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

离线来电— 2024-09-10 10:50:04

shutdown-agents 应该在退出 JVM 之前运行。据我所知,之后您无法重新启动它们。请参阅此处此处

shutdown-agents is meant to be run before you exit the JVM. As far as I know, you can't restart them afterward. See e.g. here and here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文