Tuesday, June 07, 2005

  • Can 2 services share a same process?
  • In the OnStart() method of a service, I try to make a database connection that takes around 40 sec. What will happen?
  • How is the Pause() method different from a Stop() method in a service?
  • A service is handling some Performance counters, EventLogs etc. Is it possible to add a new Perf counter without recompiling the service application?