Services v. 'Component Services'

  • Thread starter Thread starter Terry Pinnell
  • Start date Start date
T

Terry Pinnell

Under Control Panel>Administrative Services on this XP Home PC there
are entries called 'Services' and 'Component Services'. What is the
distinction between these please? They seem to display identical
contents. In both of them I get the same problem in Properties for any
service, namely seeing 'No Dependencies'.
 
Component Services = comexp.msc = Configures and manages COM+ applications.
[[With Component Services, administrators can deploy and administer
Component Services applications through a graphical user interface or
automate administrative tasks by using a scripting or programming language.
Software developers can use Component Services to visually configure routine
component and application behavior, such as security and participation in
transactions, and to integrate components into Component Services
applications.]] Related to COM+ and DCOM.

Services = services.msc = Starts and stop services.
[[Services helps you manage the services on your computer, set up recovery
actions to run if a service fails, and create custom names and descriptions
for services so you can easily identify them.]]
[[A service is an application type that runs in the background and is
similar to UNIX daemon applications. Service applications typically provide
features such as client/server applications, Web servers, database servers,
and other server-based applications to users, both locally and across the
network.]]
 
Wesley Vogel said:
Component Services = comexp.msc = Configures and manages COM+ applications.
[[With Component Services, administrators can deploy and administer
Component Services applications through a graphical user interface or
automate administrative tasks by using a scripting or programming language.
Software developers can use Component Services to visually configure routine
component and application behavior, such as security and participation in
transactions, and to integrate components into Component Services
applications.]] Related to COM+ and DCOM.

Services = services.msc = Starts and stop services.
[[Services helps you manage the services on your computer, set up recovery
actions to run if a service fails, and create custom names and descriptions
for services so you can easily identify them.]]
[[A service is an application type that runs in the background and is
similar to UNIX daemon applications. Service applications typically provide
features such as client/server applications, Web servers, database servers,
and other server-based applications to users, both locally and across the
network.]]

Many thanks, Wes.
 
Keep having fun! :-)

--
Hope this helps. Let us know.
Wes

In
Terry Pinnell said:
Wesley Vogel said:
Component Services = comexp.msc = Configures and manages COM+
applications. [[With Component Services, administrators can deploy
and administer Component Services applications through a graphical
user interface or automate administrative tasks by using a scripting
or programming language. Software developers can use Component
Services to visually configure routine component and application
behavior, such as security and participation in transactions, and to
integrate components into Component Services applications.]]
Related to COM+ and DCOM.

Services = services.msc = Starts and stop services.
[[Services helps you manage the services on your computer, set up
recovery actions to run if a service fails, and create custom names
and descriptions for services so you can easily identify them.]]
[[A service is an application type that runs in the background and is
similar to UNIX daemon applications. Service applications typically
provide features such as client/server applications, Web servers,
database servers, and other server-based applications to users, both
locally and across the network.]]

Many thanks, Wes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top