Developing multiple instance Windows Service

  • Thread starter Thread starter Nigel
  • Start date Start date
N

Nigel

Has anyone got any links to sites, articles etc or can help with how to
write a Windows service that supports multiple instances in the way that MS
SQL does?

(I have an existing service and just need to make it support multiple
instances)

TIA
 
Hi Nigel,

You might use your service to spawn mutliple threads that will serve clients
requests.
 
Thanks for your reply - however....

.... it really needs to be totally autonomous in the way of stop/start etc as
its going to be used as a subscription service for a hosting application.
FYI the back end is a IIS/SQL server and it already has threads for handling
operations - so I'm not not trying to avoid threading ;-)
 

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