Top "Scheduling" questions

In computer science, scheduling is the method by which threads, processes or data flows are given access to system resource.

Quartz.Net how to create a daily schedule that does not gain 1 minute per day

I am trying to build a repeating daily schedule in Quartz.Net but having a few issues: First off, I …

c# scheduling intervals quartz.net quartz.net-2.0
Practical Alternative for Windows Scheduled Tasks (small shop)

I work in a very small shop (2 people), and since I started a few months back we have been relying …

windows scheduling
Reschedule timer in android

How can I reschedule a timer. I have tried to cancel the timer/timertask and and schedule it again using …

android timer scheduling
Constantly monitor a program/process using Python

I am trying to constantly monitor a process which is basically a Python program. If the program stops, then I …

python scheduling daemon cron-task
How to create a new Linux kernel scheduler

Looking through the scheduler source code (2.6.34, kernel/sched.c), I can see how the "pluggable" schedulers are used, and I …

c linux linux-kernel scheduling scheduler
round robin scheduling java iterators

I have a list of hosts in an array which represnt the servers available to do a particular job. Currently …

java scheduling iterator
how dispatcher works?

I have recently started my OS course. As far as i know the work of dispatcher is to save the …

operating-system scheduling
how to shield a cpu from the linux scheduler (prevent it scheduling threads onto that cpu)?

It is possible to use sched_setaffinity to pin a thread to a cpu, increasing performance (in some situations) From …

linux performance real-time scheduling
Best Fit Scheduling Algorithm

I'm writing a scheduling program with a difficult programming problem. There are several events, each with multiple meeting times. I …

algorithm scheduling genetic-algorithm genetic-programming
Is there a timer class in C# that isn't in the Windows.Forms namespace?

I want to use a timer in my simple .NET application written in C#. The only one I can find …

c# .net scheduling timer