Scheduled-task pattern
From HandWiki
A scheduled-task pattern is a type of software design pattern used with real-time systems.[1] It is not to be confused with the "scheduler pattern". While the scheduler pattern delays access to a resource (be it a function, variable, or otherwise) only as long as absolutely needed, the scheduled-task pattern delays execution until a determined time. This is important in real-time systems for a variety of reasons.
References
External links
- rpetrusha. "Task-based Asynchronous Pattern (TAP)" (in en-us). https://docs.microsoft.com/en-us/dotnet/standard/asynchronous-programming-patterns/task-based-asynchronous-pattern-tap.
- "Create a Scheduled Task in the vSphere Web Client". VMware vSphere 5.1. https://pubs.vmware.com/vsphere-51/index.jsp?topic=/com.vmware.vsphere.vcenterhost.doc/GUID-03B90638-6C70-4379-8CAF-D66866D115F4.html.
See also
Original source: https://en.wikipedia.org/wiki/Scheduled-task pattern.
Read more |