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.
我使用 Pyper 作为使用 Django 框架将 Python 连接到 R 的一种方式,我使用它的方式是使用 r.run("source('"+path2script+"')") 通过 pyper 运行 r 脚本。但是我遇到了一个问题,当两个或更多用户尝试访问它时,pyper 突然停止。我不明白它为什么会发生以及 pyper 如何突然停止。我正在使用的 r 脚本也执行大量计算。我的想法是计算正在填充 r 会话,然后 pyper 停止。
任何人都可以帮我解决这个问题。提前致谢。