Hi i am basically doing a Mobile Website in MVC 4 and a WEP API within one project. The mobile website will have access and features to control the backend WEP API.
The end users will use native mobile app.
My problem: The web api handles a array containing items of information. Now i want to run a thread emptying the array(queue), any suggestions on how is the most feasible way to do it?