Hack to Launch Only One or Limited Processes of IE8 Regardless of Number of Tabs Hack для запуска одной или ограниченной процессы IE8 вне зависимости от количества вкладок
When running При запуске Internet Explorer 8 (IE8) Internet Explorer 8 (IE8) , there will be more than one iexplore.exe processes that are been spawned and launched with every additional tabs or IE window frames. , Будет более чем одного iexplore.exe процессов, которые породили был запущен и с каждой новой вкладки или IE оконные рамы. The behavior is due to the fact that IE8 now implements a new feature called Loosely Coupled IE (LCIE) that uses separate instances of the iexplore.exe process for IE frame window and tabs. Поведение связано с тем, что IE8 теперь реализована новая функция под названием слабосвязанных IE (LCIE), которая использует отдельные экземпляры процесса iexplore.exe для IE оконную раму и вкладки. LCIE provides benefits such as enhance isolation of browsing session and reliability so that IE can restart or re-open an individual tab without losing all IE sessions when problem occurs or crashes. LCIE предоставляет такие преимущества, как повышение изоляции просматривающие сессии и надежность, с тем чтобы IE может перезагрузить или вновь открыть отдельную вкладку, не теряя все т.е. сессий, когда проблема возникает, или аварий.
In fact, by default IE8 will always start with two instances of iexplore.exe (one for the window frame as host process, one for the tab as sub-process), even without any other tab been opened. Был открыт в самом деле, по умолчанию IE8 всегда будет начинаться с двух экземпляров iexplore.exe (по одному на оконной раме в качестве принимающей процесс, по одному на вкладку как суб-процесс), даже без какой-либо другой вкладке. The number of iexplorer.exe processes will be increasing, and growing as more tabs been opened. Количество iexplorer.exe процессы будет расти, и растет в более вкладки были открыты. IE 8 grows the number of tab processes as needed based on the amount of available RAM, the number of tabs, the integrity levels for tabs, and the number of distinct IE sessions. IE 8 растет число вкладка процессы по мере необходимости на основе объема доступной оперативной памяти, количество таблеток, уровни целостности для вкладок, а также ряд отдельных сессий IE. LCIE allows tabs at different mandatory integrity level (MIC) to be opened within same frame too. LCIE позволяют вкладки на различных уровнях обязательных целостности (MIC), которые будут открыты в течение того же кадра тоже.
Users who prefer to have only one iexplore.exe process when using Internet Explorer 8 browser, which is similar to IE7 and other web browser such as Firefox and Safari, IE8 does support a registry key value which controls the process model of IE8. Пользователи, которые предпочитают иметь только один процесс iexplore.exe При использовании Internet Explorer 8 браузер, который похож на IE7 и другие веб-браузер, такой как Firefox и Safari, IE8 ли поддержка реестра значение, которое контролирует процесс модель IE8.
How to Control the Number of IExplore.exe Processes of IE8 Как контролировать количество процессов IExplore.exe в IE8
Windows operating system uses TabProcGrowth (Tab Process Growth) registry value in the following registry key to set the rate at which IE creates New Tab processes. Операционная система использует TabProcGrowth (Tab процесс роста) в реестре следующий ключ реестра, чтобы установить скорость, с которой Е. создает новую вкладку Процессы.
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main
If the TabProcGrowth doesn't exist, just create a new DWORD (32-bit) Value or String Value and named as TabProcGrowth accordingly. Если TabProcGrowth не существует, просто создайте новый DWORD (32 бита) или строковое значение и назван TabProcGrowth соответственно.

There are four or more possible value data for TabProcGrowth registry key: Есть четыре или более возможных значений данных для TabProcGrowth ключа реестра:
- TabProcGrowth = <blank> or <absent> or <not defined> : The default setting of IE8 based on context algorithm which allows IE 8 to contextually control how many processes are used and choose the curve based on the amount of physical memory installed on the machine. TabProcGrowth = <blank> или <absent> или <not defined>: По умолчанию IE8 на основе контекста алгоритм, позволяющий IE 8 контекстуально контролировать многие процессы используются и выбрать кривую на основе объема физической памяти, установленной на машина. In addition, the TabProcGrowth string registry value may be manually forced to: Кроме того, в реестре TabProcGrowth строку значение может быть вынужден вручную:
- small: Maximum 5 tab processes in a logon session, requires 15 tabs to get the 3rd tab process. малые: Максимально 5 вкладка процессы в сеанс входа в систему, требуется 15 таблеток, чтобы получить 3 вкладка процесса.
- medium: Maximum 9 tab processes in a logon session, requires 17 tabs to get the 5th tab process. Средний: Максимальный 9 вкладка процессы в сеанс входа в систему, требуется 17 таблеток, чтобы получить 5 процесс вкладки.
- large: Maximum 16 tab processes in a logon session, requires 21 tabs to get the 9th tab process. Большие: 16 Максимальное вкладка процессы в сеанс входа в систему, требуется 21 таблеток, чтобы получить 9 вкладка процесса.
- TabProcGrowth = 0 : “Max-Number” algorithm that forces IE8 to use the same process for all tabs, window frames and pop-up windows in each browser session. TabProcGrowth = 0: "Макс-номер" алгоритм, который силами IE8 использовать этот процесс для всех вкладок, оконные рамы и всплывающих окон в браузере каждой сессии. Frames are not unified across mandatory integrity level (MIC) levels. Кадры не через единый обязательный уровень целостности (MIC) уровнях.
With TabProcGrowth defines as 0, each IE browser session will create and run in a new instance of iexplore.exe, thus two IE window frames will only have two iexplorer.exe, regardless of amount of tabs opened. С TabProcGrowth определяет как 0, каждая сессия браузера IE, будут создавать и запускать в новый экземпляр iexplore.exe, Е. Таким образом, две оконные рамы будет иметь только два iexplorer.exe, независимо от количества таблеток открыт. There is Существует no frame merging без рамки слияние , and protected mode of IE will not be available in Windows 7 or Vista as IE frame and tabs can only operate at different integrity levels if they are in separate processes. , И в защищенном режиме т.е. не будет доступна в 7 или Windows Vista как IE кадров и вкладки могут действовать только на разных уровнях целостности, если они находятся в отдельных процессах.
- TabProcGrowth = 1 : “Max-Number” algorithm that instructs all tabs for a given frame process run in a single tab process for a given MIC level. TabProcGrowth = 1: "Макс-номер" алгоритм, который предписывает все вкладки для данного кадра запустить процесс в одном процессе закладки для данного уровня ВПК. Thus, there will be two processes for each IE browsing session or window frame – one process for all the tabs and pop-ups in a browser session and one process for the IE 8 frame window. Таким образом, там будет два процесса для каждой сессии IE или в окне просмотра кадров - один процесс для всех вкладках и всплывающих окон в браузере сессию и один процесс окно IE 8 кадров.
With TabProcGrowth defines as 1, frame merging and protected mode are supported. С TabProcGrowth определяет как 1, кадр слияния и защищенный режим поддерживается. This setting is good workaround for user who wants to limit the number of iexplore.exe processes running, yet still want to use the protected mode in Windows 7 and Windows Vista. Этот параметр является хорошим решением для пользователей, кто хочет ограничить число iexplore.exe процессы, запущенные, но все же хотите использовать защищенный режим в Windows 7 и Windows Vista.
- TabProcGrowth > 1 : Specifying a value data of greater than 1 for TabProcGrowth sets an upper limit (maximum number or value) for tabs processes that allow to be triggered in addition to the IE frame host process. TabProcGrowth> 1: Определение значения данных больше, чем 1 для TabProcGrowth устанавливает верхний предел (максимальное количество или стоимость) на вкладке процессы, которые позволяют быть начат в дополнение к Host Process кадр IE. Multiple tab processes will be used to execute the tabs at a given MIC level for a single frame process. Несколько процессов вкладка будет использована для выполнения вкладок в данной ВПК уровня для одного процесса кадр. In general, new processes are created until the TabProcGrowth number is met, and then tabs are load balanced across the tab processes. В целом, новые процессы создали пока число TabProcGrowth считается выполненным, а затем вкладку с балансировкой нагрузки через вкладку Процессы.
Restart IE after changing to a different TPG (TabProcGrowth) value for the change to take effect. Перезагрузка т.е. после перехода на другую TPG (TabProcGrowth) значения, чтобы изменения вступили в силу.
IMPORTANT : The page is machine translated and provided "as is" without warranty. ВАЖНО: Страница машина переведена и предоставляются "как есть" без гарантии. Machine translation may be difficult to understand. Машинный перевод может быть трудным для понимания. Please refer to Пожалуйста, обратитесь к original English article оригинальный английский статью whenever possible. когда это возможно.
Related Articles Статьи по Теме
- Hack to Disable Quick Launch Bar from Reappearing After Enable Windows 7 Superbar Hack Отключить Quick Launch Bar из появляясь После Включите Windows 7 Superbar
- SuperF4 Terminates Foreground Processes Instantly with HotKey SuperF4 Завершает процессы переднего плана мгновенно с помощью горячей клавиши
- How to Restore or Reopen Last Closed Tabs in IE8 Как восстановить или возобновления последней закрытой вкладки в IE8
- How to Restore and Reopen Last Browsing Session Opened Tabs in IE8 (Internet Explorer 8) Как восстановить и вновь открыть последний сеанс открытия вкладки в IE8 (Internet Explorer 8)
- Force Close Stopped Responding Programs & Frozen Processes Силы Закрыть перестал отвечать программ & Frozen Процессы
- Identify The Running Processes Via ProcessQuickLink Выявление запущенных процессах Via ProcessQuickLink
- Find Out Linux Orphan Processes Find Out Linux сироты Процессы
- Change (Increase or Decrease) The Number of Recently Closed Tabs or Remembered by Firefox to Reopen or Undo Изменение (увеличение или уменьшение) ряд недавно закрытых вкладок или запомнить Firefox возобновлять или Отменить
- Disable FireFox Tabbed Browsing Scroll Arrows and Scrolling Tabs Feature Отключить FireFox вкладках Выделите Стрелки и прокрутки Tabs Feature
- Remove or Hide Windows Live Messenger Tabs Удалить или скрыть Windows Live Messenger Tabs










































September 20th, 2009 03:02 20 сентября 2009 03:02
@magallanes, wow, you really missed the point, but I don't blame you, since this article is a solution looking for a problem. @ Магальянес, WoW, вы действительно не поняли, но я не виню вас, так как эта статья является решением ищет проблему. It's a *good* thing that IE and Chrome do this, and other browsers (including your Firefox) will be following suit in future versions. Это хорошая * * то, что IE и Chrome это сделать, и других браузеров (включая браузер), будут следующие иски в будущих версиях.
September 19th, 2009 20:08 19 сентября 2009 20:08
Glad that i use Firefox. Рада, что я использую Firefox.