up vote 8 down vote favorite
share [g+] share [fb]

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

Any insights?

link|improve this question

feedback

4 Answers

up vote 1 down vote accepted

The source is online at http://src.chromium.org/svn/trunk/src/chrome/...

link|improve this answer
feedback

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

link|improve this answer
feedback

I say wait for the source to be released ;)

Update

Its here

link|improve this answer
feedback

I guess I've got some reading to do. I had no idea there was source available already.

http://code.google.com/chromium/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.