My computer will be incredibly slow if I login Eikon. I checked my task manager and was surprised by the 20 'Eikon Box' processes running in background. Are there any solutions?
BTW, I used Eikon Python API.
Win2012, python, pycharm, Eikon 4.0+
Eikon application is based on multi process architecture, which is common in many modern Windows applications including Web browsers. I suggest you check that your PC is conforms to recommended spec, which you can find following the link below and clicking on "PC Requirements".http://eikon.thomsonreuters.comThe only way to reduce the number of Eikon processes running is by closing the workspaces and Eikon apps you don't use. But even if you close everything leaving only Eikon toolbar with an empty workspace, you will still be left with a handful of Eikon processes and there's no way around it. Assuming your PC is up to the spec, Eikon processes should not be slowing down your PC unless you're running out of memory. If you close all workspaces and apps and leave only Eikon toolbar you should see that Eikon processes consume no CPU resources worth mentioning. There are some Eikon apps that can consume significant amount of CPU. If you need to use those apps, then again I'm afraid there's no workaround. If an app needs processing power on the desktop to perform its function, than that's what the app needs.
Thank you for your answer!
My Eikon consume all my CPU resources even no app is running.
I ran 'netstat' in cmd window, and find out that there were about more than 50 TCP links between my local ports. like '127.0.0.1:9001' to '127.0.0.1:490'. I think the cpu power were consumed by serving those local connections.