Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does Google Chrome control/contain multiple processes?

How does Google Chrome command and control multiple cross platform processes and provide a shared window / rendering area?

Any insights?

like image 465
basszero Avatar asked Sep 03 '08 17:09

basszero


2 Answers

There is a document called Multi-process Architecture on the Chromium developer site. It might be a good starting place.

like image 133
Brian Lyttle Avatar answered Oct 05 '22 20:10

Brian Lyttle


The source code is online here ...

like image 38
ceejayoz Avatar answered Oct 05 '22 21:10

ceejayoz