PreviousNext

In-Memory Queue with Web API 2 and Websockets

by bill-s, 2016-01-02T19:34:32.000Z

I'm working on an application that lets users run tasks that are "long-running" (could take 5-10 seconds depending on the server load). For one or two users, this would practically be real time. However, when I start to scale I need to be able to let users know how long they will need to wait and optionally throttle how often they can run these tasks.

Read More