scheduling
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 (HTTP requests to a web service) to run every x seconds.[详细]
2023-04-13 05:41 分类:问答Task Scheduler in c#
I would like to schedule threads like the Task Scheduler 2.0 only problem that I cannot use task scheduler is that it is regist开发者_StackOverflowered at os level not the program level. Is there any[详细]
2023-04-13 04:09 分类:问答Database Design: schedules, including recurrence
I need to develop an application that supports \"schedules\". Example of schedules: Jan 1, 2011 at 9am[详细]
2023-04-13 01:57 分类:问答Statistically optimize a genetic algorithms selection operator
I am familiar with the methods of selection for genetic algorithms such as stochastic universal sampling, roulette wheel, tournament and others. However, I realize that these methods are close to rand[详细]
2023-04-13 01:38 分类:问答What happens to Jobs scheduled when SQL Server Agent is stopped?
On our SQL Server theres a SQL Job which is ran every hour. On one particular hour it doesn\'t seem like the SQL Job was ran, and that was due to the SQL Ser开发者_运维知识库ver Agent being stopped du[详细]
2023-04-12 22:25 分类:问答Apache Camel-Quartz Integration
I\'m trying to use the camel-quartz Camel component to schedule jobs on our application server (this technology selection is final and is above my paygrade), and the only documentation Apache provides[详细]
2023-04-12 19:14 分类:问答Autosys Windows client
Is there a Windows client for Autosys that allows me to monitor job that runs on my Linux agents? I need to query Autosysjobs from Windows and start dependent jobs (using another job scheduler).[详细]
2023-04-12 19:11 分类:问答How do I configure a custom trigger in Spring 3?
I need to configure a scheduling algorithm that is beyond the capabilities of Spring\'s in-build scheduling (basically \"every 5 minutes, but only between 4:00h and 16:00h\"). It seems that implementi[详细]
2023-04-12 15:39 分类:问答Can I have realtime scheduling within my process (but without affecting others)?
According to my question here I would like to use SCHED_RR with pthread_setschedparam for my threads in a Linux application. However, this has effects even on kernel modules which I currently cannot s[详细]
2023-04-11 22:41 分类:问答Priority of kernel modules and SCHED_RR threads
I have an embedded Linux platform (the Beagleboard, running Angstrom Linux) with two devices connected:[详细]
2023-04-11 19:13 分类:问答