Python simulation stops running when not logged in
I have a lengthy python simulation I run through PyCharm. I run it remotely using Remote Desktop Connection, and when I am no longer logged in, the simulation slows dramatically or ceases to make progress. I don't think it is PyCharm's issue, but I hope someone might have some suggestions for tracking down why the application seems to lose all priority when I am not watching it. I am running in Windows 11 Enterprise.
请先登录再写评论。
Could you please check if the issue is reproducible outside PyCharm (start application from CMD/PS)?
It's a common step to confirm that the issue is related to the IDE.