we are running selenium with chrome on the server side , the chrome is running some process intensive task on the server side therefore CPU usage is really high , which also cause some issues for other applications that are running on server side.
This selenium script is highly integrated with other applications that we have running on the server.
to not make other applications effected by the CPU load on chrome side , I was thinking can selenium connect to remote chrome instance running on a separate server and I can connect it to with the our server.