CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2002
    Location
    France
    Posts
    14

    What is 'dllhost.exe' ?

    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.

  2. #2
    Join Date
    May 2000
    Location
    Washington DC, USA
    Posts
    715

    dllhost

    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.

  3. #3
    Join Date
    May 2002
    Location
    France
    Posts
    14
    Thank you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured