! 4 @ 0 @ 4 !
Что-то пошло не так. Главная страница
Факт о медицине:
A lot of people have already written about the user side of the browser. Yes, the Chrome browser interface design is very, very simple, the number of settings is minimized - all this has already been described by many bloggers and news sites. We will further dwell on some of the technical details that are of interest to developers. So, let's begin.
Медицинские новости:
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.
|