Top "Scheduling" questions

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

Is it possible to run a VBScript in UNIX environment?

I've a Vbscript for merging excel sheet into a single workbook. I would like to know whether we could execute …

unix vbscript scripting scheduling execution
Python script scheduling in airflow

Hi everyone, I need to schedule my python files(which contains data extraction from sql and some joins) using airflow. …

python apache-spark scheduling reload airflow
Windows task scheduler to execute tasks in seconds

I'm looking for an open source/free task scheduler for Windows 7 (development machine) that will allow me to schedule tasks (…

windows cron scheduled-tasks scheduling scheduler
Wait on multiple condition variables on Linux without unnecessary sleeps?

I'm writing a latency sensitive app that in effect wants to wait on multiple condition variables at once. I've read …

c multithreading pthreads conditional-statements scheduling
What scheduling algorithms does Linux kernel use?

What scheduling algorithms does Linux kernel use? Where can I get more info about linux's kernel? (OS first course... student …

linux scheduling operating-system
Controlling scheduling priority of python threads?

I've written a script that uses two thread pools of ten threads each to pull in data from an API. …

python multithreading threadpool scheduling nice
Java thread affinity

Does anybody know of a way to lock down individual threads within a Java process to specific CPU cores (on …

java multithreading scheduling setthreadaffinitymask
How to schedule a task in Tomcat

I have a web application deployed in Tomcat. I have a set of code in it, that checks database for …

java tomcat scheduling
Spring Scheduling: @Scheduled vs Quartz

I'm reading the Spring 3.0 docs regarding scheduling. I'm leaning towards Spring's JobDetailBean for Quartz. However, the @Scheduled annotation has captured …

java spring scheduling quartz-scheduler
real time scheduling in Linux

This morning I read about Linux real time scheduling. As per the book 'Linux system programming by Robert Love', there …

linux kernel scheduling fifo round-robin