Top "Scheduling" questions

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

Java Scheduling: Quartz vs Others? (ie. Obsidian)

I'm about to incorporate Quartz in one of our projects. While looking for a free UI to help us to …

java quartz-scheduler scheduling
Why does the performance become bad after enabling hyperthread?

I port Linux kernel 2.6.32 to Intel(R) Xeon(R) CPU E31275 @ 3.40GHz. If I enable hyperthread in BIOS, I can …

linux linux-kernel scheduling intel hyperthreading
Niceness and priority processes on Linux system

I am looking for a way to modify a process' priority through command line. I found the builtin (bash) nice …

linux-kernel operating-system scheduling nice
A task/job scheduling problem

I have a task/job scheduling problem and I would like to find preferably efficient algorithms to solve it. Let's …

algorithm scheduled-tasks scheduling scheduler
Efficient scheduling of university courses

I'm currently working on a website that will allow students from my university to automatically generate valid schedules based on …

python algorithm scheduling
A priority queue which allows efficient priority update?

UPDATE: Here's my implementation of Hashed Timing Wheels. Please let me know if you have an idea to improve the …

data-structures timeout queue scheduling priority-queue
Are all scheduling problems NP-Hard?

I know there are some scheduling problems out there that are NP-hard/NP-complete ... however, none of them are stated in …

recursion scheduling heuristics np-complete resource-scheduling
Using the GWT Scheduler

I'm having a tough time understanding the difference between various methods of the com.google.gwt.core.client.Scheduler interface, …

gwt browser event-handling scheduling
Kubernetes - Trigger a rebalancing of pods

I have a kubernetes cluster with a few nodes set up. I want to make sure that pods are distributed …

kubernetes scheduling rebalancing
How to schedule task for start of every hour

I'm developing a service that suppose to start of every hour repeating exactly on the hour (1:00PM, 2:00PM, 3:00PM, etc.). …

java scheduled-tasks scheduling