I have a windows service that does one particular job. Now if there were two or more instances (hypothetically speaking) each instance would differ in configuration only, but they would do the same job basically. They'd only be referring to different databases, tables as per configuration.
But I am looking for an approach on how I can increase/decrease the instances of such services? Looking for a small architecture for managing this...
PS: It is very simple to do this in windows azure; the difference being you'd increase/decrease the number of VM instances, and you can configure in database what each VM instance should do.