Click here to Skip to main content
15,894,460 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I created WCF service and implemented my business functionality (i.e. assume image processing). To process it is taking around 10 minutes. My WCF services are hosted on IIS.

to avoid burden on IIS, i want to move my image processing logic to windows service with WCF (lets call ImageProcessingWCFService).

So from main WCF service i will do service call to ImageProcessingWCFService.

Now my question is how can i handle paraller processing for ImageProcessingWCFService service and ImageProcessingWCFService should be Async or should i use Queues.

Please suggest

Thanks

What I have tried:

I created WCF service and hosted on windows service but not able to achieve paraller processing.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900