Some link off of dzone I read (been a few days and I don't have the
link handy) said the process model was configurable. Chrome can run
configured to where:

* one process per domain
* one process per tab
* one process for all tabs regardless (like Firefox, etc.)

There are two threads per process. One thread does rendering, the
other message queue interaction.

Also, such things as Flash Player and Java JRE run in their own
process and are shared across pages. So any web page sporting a Flash/
Flex object would share that one Flash Player process with any other
web pages sporting Flash. Same with Java applets.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to