! 4 @ 0 @ 4 !
Что-то пошло не так. Главная страница
Факт о медицине:
For example, in the process of writing an article, two browser windows (8 and 11 tabs) are open, as well as three separate windows in the form of web applications, in particular, Gmail. Simultaneously open Firefox 3 with 7 tabs. Now it's time to bring another browser component from Google to the stage - its own process manager (from the menu or via Shift-Esc), showing all running browser processes (as well as the flash process, from which you can try to conclude that Flash is one process for all, and it's interesting to see what happens when it crashes when several windows with flash movies are open). Examining the manager, we can draw one more conclusion - it turns out that different tabs in which pages of the same site (domain) are open will be displayed within the same parent process, using only new threads, which means that a crash on one page will only lead to the closing of tabs from pages of this domain. If you still want to spread open pages across independent threads, you will have to use new windows. However,
Медицинские новости:
The main difference from all other browsers is the use of multithreading. All elements of the browser that could potentially lead to a crash are moved to separate threads, so now each tab and each window is a new process, independent of all the others. The developers explain in the documentation that they saw such an organization in the architecture of modern operating systems and decided that the browser should also be just that. After all, the most unpleasant thing that can be is the case when one tab, due to an error, leads to the closure of the entire browser, and active users may have dozens or even hundreds of tabs there.
|