Earlier quoted context omitted.
basically every program i have written has been concurrent and benefited from multi core support. a language that doesn’t have it just isn’t an option.
Security exploits and plugin crashes on the other hand prove there is a benefit in using multiple processes instead.
process crashes are of course a problem in terms of bringing down the whole process, but that generally isn’t a problem for me.