21
edits
(→Programming Languages and Libraries: Add some links to libraries using the PSL.) |
|||
Line 54: | Line 54: | ||
For this purpose, PRIVATE domains are ignored, although this may change in the future. | For this purpose, PRIVATE domains are ignored, although this may change in the future. | ||
====Multi-process | ====Multi-process Architecture==== | ||
Chrome implements of a multi-process | Chrome implements of a multi-process architecture involving a singular "browser" process and multiple "renderer" processes. It uses the PSL to identify pages that cannot script each other, helping to determine when to create a new renderer process. | ||
It does not make a distinction between private domains and ICANN-delegated domains. | It does not make a distinction between private domains and ICANN-delegated domains. |
edits