In some applications that have COM caching disabled, you may experience a small increase in CPU utilization in the RPCSS instance of the Svchost.exe process. This problem occurs because the RPCSS instance must read these registry values every time that the values are needed.
A registry setting is available to re-enable the caching of the COM class information. However, re-enabling the caching of the COM class information may cause the data loss that is mentioned in the summary section.
The EnableCatalogCachingForBaseCOM registry value is included in Windows Server 2003 SP1 and in Windows XP SP2. You can use this registry value to re-enable the caching of the COM class information.
In Windows 2000, the caching of the COM class information is disabled after you apply the MS04-012 security update. However, the MS04-012 security update provides support for the EnableCatalogCachingForBaseCOM registry value. You can use this registry value to re-enable the caching of the COM class information.
For more information about the MS04-012 security update, click the following article number to view the article in the Microsoft Knowledge Base:
828741�
MS04-012: Cumulative Update for Microsoft RPC/DCOM
To enable the caching of the COM class information, follow these steps:
Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole\
- If an EnableCatalogCachingForBaseCOM registry value exists, go to step 6.
- On the Edit menu, point to New, and then click DWORD Value.
- Type EnableCatalogCachingForBaseCOM, and then press ENTER.
- Right-click EnableCatalogCachingForBaseCOM, and then click Modify.
- In the Edit DWORD Value dialog box, type 1 to enable caching of the COM class information, and then click OK.
Note A value of 0 disables caching of the COM class information. - On the File menu, click Exit.
This issue resembles the issue that is described in Microsoft Knowledge Base article 911193. However, that issue differs from this issue.
For more information Microsoft Knowledge Base article 911193, click the following article number to view the article in the Microsoft Knowledge Base:
911193�
FIX: COM+ applications may consume more CPU resources after you apply the MS04-012 security update to a computer that is running Windows 2000 Server or Windows 2000 Professional