For doing long running task, is it a good approach to depending on WCF service library which hosts in Windows service?
These long running tasks are initiated from a website. Multiple users can login to the website and can initiate the task. But that much instances of long running task will be initiated. Is that an overhead to the machine? Will that cause any performance issues?
Thanks.