Top "Scheduling" questions

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

How to scale the Quartz scheduler?

I plan to use the Quartz scheduler as I read many good opinions about it. My problem is as follows: …

java scalability scheduling quartz-scheduler scaling
Earliest deadline scheduling

I want to implement Earliest deadline scheduling in C but I cant find the algorithm on the net.. I understand …

scheduling deadlines
Scheduling policies in Linux Kernel

Can there be more than two scheduling policies working at the same time in Linux Kernel ? Can FIFO and Round …

operating-system linux-kernel scheduling scheduled-tasks round-robin
Scheduling Jobs with JobScheduler in Android

I have a problem with jobs schedules with JobScheduler in new Android API 21. This is the code what I schedule …

android task scheduling jobs android-jobscheduler
scheduling runnable tasks in java

I am following up an interesting question on so, on usage of ScheduledThreadPoolExecutor for some repeating task. Scheduling this object …

java timer scheduling timer-jobs
When are lock free data structures less performant than mutual exclusion (mutexes)?

I read somewhere (can't find the page anymore) that lock free data structures are more efficient "for certain workloads" which …

multithreading scheduling mutex atomic lock-free
Control-M add condition between a monthly and a daily job

I'm using control-M for scheduling a few jobs, following is the scenario I face: Job-1 - Runs daily (not at …

scheduling control-m
foreground threads vs background threads

MSDN states that: Background threads are identical to foreground threads with one exception: a background thread does not keep the …

c# .net multithreading scheduling