Page 1 of 1

SOLVED: 2 instances running

Posted: 02 Nov 2015 07:32
by vha
Using 10.80b1

Is it normal that there are 2 instances of TextED running whenever I open a file?

vha

Re: 2 instances running

Posted: 02 Nov 2015 14:17
by Rickard Johansson
Yes, it's "normal". It's caused by the Chromium Embedded Component which uses something called a multi-process architecture https://www.chromium.org/developers/des ... chitecture.
You can see this if you run Google Chrome as well. Opening the program creates a main processes and at lest one spawn process.

Chromium can be run in single process mode, but it buggy and not recommended.