Hauro
Fleet Admiral
- Registriert
- Apr. 2010
- Beiträge
- 13.632
Vorweg: Bei mir wird die dllhost.exe weder bei Version 39 oder 36 gestartet, wenn eine Datei gespeichert wird.
Siehe auch: Was ist oder macht COM SURROGATE bzw. die DLLHOST.EXE? [drwindows.de] > #4
Das Apfelchen schrieb:Weiß jemand warum die dllhost.exe startet (nicht immer aber bei fast jedem Download bzw. "Grafik speichern unter..."), was diese da überhaupt machen will (ist doch nur für COM-Prozesse?) oder wie ich das unterbinde?
The COM Surrogate is a fancy name for Sacrificial process for a COM object that is run outside of the process that requested it. Explorer uses the COM Surrogate when extracting thumbnails, for example. If you go to a folder with thumbnails enabled, Explorer will fire off a COM Surrogate and use it to compute the thumbnails for the documents in the folder. It does this because Explorer has learned not to trust thumbnail extractors; they have a poor track record for stability. Explorer has decided to absorb the performance penalty in exchange for the improved reliability resulting in moving these dodgy bits of code out of the main Explorer process. When the thumbnail extractor crashes, the crash destroys the COM Surrogate process instead of Explorer.
Siehe auch: Was ist oder macht COM SURROGATE bzw. die DLLHOST.EXE? [drwindows.de] > #4
Zuletzt bearbeitet:
(Ergänzung)