We’re announcing the first release of the Lightweight Scheduler Service.
The Lightweight Scheduler Service (LWSS), pronounced “lew-ess”, is a simple Windows service developed to allow web developers a quick and easy way to support their web-applications with an independent and reliable logic processing service. Many web-applications need processes to execute on timed intervals. Some developers choose to execute threads within their web application context, but web servers such as IIS can be configured to wipe out application pools at unknown intervals, thus closing these threads. Developers need a way to keep their scheduled logic running constantly outside of web server threads and the Windows task scheduler.