Handling of background processes using a SSH connection
I'm thinking about setting up a development server and connecting to it via SSH.
Currently (partly due to project sizes) PyCharm's processes like “Updating Skeleton” and “Discovering binary modules” are taking quite long and are using a lot of my local resources. Will these also be handled by the server, when I'm using a SSH connection or will these processes still be performed on my local machine?
I haven't found any documentation about this specific behavior…
Thx in advance.
请先登录再写评论。
Hello, Tristan Bandat ,
In the described setup, the load will still be on the local machine where PyCharm is installed.
As an alternative, you can use remote development — in this case, all operations will be performed on the remote host.