An utility that was added to the DWScript sample WebServer during the 4 TeraPixel Mandelbrot experiment is the BackgroundWorkers API. This is a rather low-level threading facility that can work well with Global Queues to handle background tasks or serializing tasks. BackgroundWorkers static class It’s found in the dwsBackgroundWorkersLibModule module, which exposes a System.Workers unit to the…
↧