Top "Scheduling" questions

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

Does DropWizard natively support scheduled tasks?

DropWizard allows you to define administrative tasks and execute them remotely by hitting a URL. DropWizard apps also have a …

java admin quartz-scheduler scheduling dropwizard
How to implement a practical fiber scheduler?

I know the very basics about using coroutines as a base and implementing a toy scheduler. But I assume it's …

linux asynchronous scheduling language-implementation
Tennis match scheduling

There are a limited number of players and a limited number of tennis courts. At each round, there can be …

algorithm prolog scheduling clpfd
Java: waiting on synchronized block, who goes first?

This question is inspired by this other question. If multiple threads are waiting on a synchronized block, and the lock …

java multithreading jvm scheduling
Timed Tasks (cron-like) in PHP

Is there a full featured, job scheduling package available for PHP? I'm looking for the PHP equivalent to Java's Quartz. …

php automation cron scheduling
Time Slices in Round Robin Time Scheduling

If you have a very large (say too big) time slice for a round robin scheduler what kind of performance …

c operating-system scheduling job-scheduling round-robin
What is the exact definition of 'process preemption'?

Wikipedia says: In computing, preemption is the act of temporarily interrupting a task being carried out by a computer system, …

operating-system cpu scheduling interrupt preemption
Pthread Priority and Scheduling

I am trying to use Pthreads to set priorities and scheduling policies. I modified a simple socket (downloadable online), with …

c pthreads scheduling thread-priority
Spring3 's @Transactional @Scheduled not committed to DB?

This is my 1st time trying Spring3's @Scheduled , but found I cannot commit to DB. This is my code : @…

spring dependency-injection scheduling transactional spring-3
How to schedule Pentaho Kettle transformations?

I've set up four transformations in Kettle. Now, I would like to schedule them so that they will run daily …

pentaho scheduling jobs kettle data-integration