Click to See Complete Forum and Search --> : What is 'dllhost.exe' ?


gsig
June 3rd, 2002, 10:45 AM
Hello,

When we launch our application (launch a html page, which executes a C++ application, and then, verify the existence of a file ... it's not clear, but it doesn't matter i think), an executable take all the resources of the computer. It is 'dllhost.exe'.
Is there someone who know what it is?

Thank you.

JMS
June 3rd, 2002, 02:24 PM
dllhost is used on all versions of WIndows 2000. dllhost is the host process for all COM+ applications.

IIS 5.0 uses COM+ for managing asp pages, and executing them, so when you call a asp page, dllhost will be used to execute the asp page.

DllHost is hosting a number of DLL's. So the total number that you are seeing is actually multiple instances of COM objects, that are hosted in the file.

gsig
June 4th, 2002, 02:17 AM
Thank you.