svhost.exe - running twice in Task Manager.?

Can anyone please offer some advice. What does it do and why is it running twice. Taking up over 10,000K of memory. I have recently installed SP2, did not notice it before that. .

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar11.webp

21 Posts
Location -
Joined 2001-04-12
Can anyone please offer some advice. What does it do and why is it running twice. Taking up over 10,000K of memory.
I have recently installed SP2, did not notice it before that.

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar30.webp

27 Posts
Location -
Joined 2001-05-10
I'm downloading SP2 right now, 56k, ackkkkkk, anywho, I noticed earlier today, weird, that svchost is running twice, right now mines only taking up 4mb of ram, but still why 2, so I ask the same question, yet answer one of your own, SP2 is not a fault, maybe SP1 ;(
 
-Amnesiac

data/avatar/default/avatar11.webp

21 Posts
Location -
Joined 2001-04-12
OP
Thanks, maybe it was listed twice before I installed SP2, I did not notice it.
 
One takes up 3,200K and the second 7,200K, a lot of memory.

data/avatar/default/avatar13.webp

193 Posts
Location -
Joined 2000-05-25
that is normal guys.
 
Nothing to worry about. I can't remember why, but svchost.exe needs to be running in two seperate processes.
 
 
Svchost.exe is a generic host process name for services that are run from dynamic-link libraries (DLLs). The Svchost.exe file is located in the %SystemRoot%\System32 folder. At startup, Svchost.exe checks the services portion of the registry to construct a list of services that it needs to load. There can be multiple instances of Svchost.exe running at the same time. Each Svchost.exe session can contain a grouping of services, so that separate services can be run depending on how and where Svchost.exe is started. This allows for better control and debugging.
 
Svchost.exe groups are identified in the following registry key:
 
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Svchost
Each value under this key represents a separate Svchost group and is displayed as a separate instance when you are viewing active processes. Each value is a REG_MULTI_SZ value and contains the services that run under that Svchost group. Each Svchost group can contain one or more service_names extracted from the following registry key, whose Parameters key contains a ServiceDLL value:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Service

data/avatar/default/avatar11.webp

21 Posts
Location -
Joined 2001-04-12
OP
Many thanks Cardinal.

data/avatar/default/avatar15.webp

1 Posts
Location -
Joined 2004-11-06
"Each instance of Svchost process [you see in Task Manager] launches a list of services. Multiple instances of Svchost.exe can run at the same time. Four or five instances of svchost.exe is normal. If you want to see what services are run by each Svchost process:
 
For XP Professional, using the Tasklist command:
1. Click Start, Run and type cmd
2. Type Tasklist /svc >C:\TaskList.txt
3. The TaskList.txt will contain the services list (launched by each Svchost process)"