Information: This item is a simple job/task management tool (the first one on CodeCanyon), specifically made simple and free of clutter. It can also be used for event scheduling/management. This tool can be used to show graphically the jobs/tasks on the chart with the help of calendar. The job/task is associated with a particular area/category. Each area/category is represented with different color for the ease of understanding. It is easy to ...
The Pipeline.NET component provides you with a simple but powerful and robust way of funnelling tasks through a fixed number of pipelines (threads) in your .NET applications. Funnelling means to executing N1 number of tasks on N2 number of threads. Tasks will queue until a pipeline is available and then the scheduler will determine which the next task to execute is. Simply running 100 tasks on 6 pipelines (threads) is now very simple. A...