Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
5answers
15k views

Recommend a C# Task Scheduling Library

I'm looking for a C# library, preferably open source, that will let me schedule tasks with a fair amount of flexibility. Specifically, I should be able to schedule things to run every N units of time ...
19
votes
5answers
624 views

calendar scheduler algorithm

I'm looking for an algorithm that, given a set of items containing a start time, end time, type, and id, it will return a set of all sets of items that fit together (no overlapping times and all types ...
12
votes
6answers
418 views

How to stop a Runnable scheduled for repeated execution after a certain number of executions

Situation I have a Runnable. I have a class that schedules this Runnable for execution using a ScheduledExecutorService with scheduleWithFixedDelay. Goal I want to alter this class to schedule the ...
11
votes
2answers
324 views

Is this algorithm an existing real-time system algorithm?

I have developed a scheduling algorithm that provides probabilistic soft real-time guarantees, but it seems too obvious and simple to be novel. I have had a hard time though relating it to published ...
11
votes
3answers
3k views

Why do we need a swapper task in linux?

The idle task (a.k.a. swapper task) is chosen to run when no more runnable tasks in the run queue at the point of task scheduling. But what is the usage for this so special task? Another question is ...
10
votes
6answers
12k views

How can I raise an event every hour (or specific time interval each hour) in .NET?

I'm working on a little web crawler that will run in the system tray and crawl a web site every hour on the hour. What is the best way to get .NET to raise an event every hour or some other interval ...
6
votes
6answers
1k views

“Work stealing” vs. “Work shrugging”?

Why is it that I can find lots of information on "work stealing" and nothing on "work shrugging" as a dynamic load-balancing strategy? By "work-shrugging" I mean pushing surplus work away from busy ...
5
votes
2answers
2k views

TaskCreationOptions.LongRunning option and ThreadPool

TPL uses Task Schedulers to coordinate tasks. According to official document, default task scheduler uses Thread Pool, but if TaskCreationOptions.LongRunning option is presented then it will create a ...
4
votes
2answers
90 views

distributed scheduling system for R scripts

I would like to schedule and distribute on several machines - Windows or Ubuntu - (one task is only on one machine) the execution of R scripts (using RServe for instance). I don't want to reinvent ...
4
votes
2answers
74 views

Oracle error in Task Scheduler

We have a C# program which is scheduled to run in Task Scheduler on Windows Server 2003, designed to delete out-of-date files in a folder based on information drawn from multiple Oracle databases. I ...
4
votes
2answers
4k views

How does Windows Task Scheduler in Win7 recognize a failed task?

I am working with Windows 7 and I have an application that returns zero (0x0) when successful and one (0x1) on error situations. I have scheduled this app using Windows Task Scheduler. I have ...
3
votes
2answers
67 views

Is it possible to know how much CPU usage the current thread is getting?

I am writing a task scheduler for offloaded tasks in a game engine, and I want it to tune itself based on a few heuristics. Is it possible to know for how long the current thread has been executed ...
3
votes
3answers
74 views

Is 16 milliseconds an unusually long length of time for an unblocked thread running on Windows to be waiting for execution?

Recently I was doing some deep timing checks on a DirectShow application I have in Delphi 6, using the DSPACK components. As part of my diagnostics, I created a Critical Section class that adds a ...
3
votes
2answers
182 views

Add a scheduled task at the setup?

I've a little c# application, and I have to create a scheduled task for this application. I have a Setup which installs the application, and the best case will be that I can set this windows ...
3
votes
2answers
646 views

Erlang: Job Scheduling Over a Dynamic Set of Nodes

I need some advice writing a Job scheduler in Erlang which is able to distribute jobs ( external os processes) over a set of worker nodes. A job can last from a few milliseconds to a few hours. The ...
3
votes
2answers
2k views

NSIS: Task Scheduler: Run only if logged on checkbox

I am having issues with setting up a scheduled task with NSIS. I will not know all of the passwords for the users I am setting up tasks for therefore I need the Run Only if Logged On checkbox ...
3
votes
5answers
472 views

Storing passwords for batch jobs

I have a little java prog that uses a webservice which needs authorization. So the java prog (which is to be run using windows task scheduler) needs to have a user/password argument. How can I store ...
3
votes
2answers
3k views

Permissions required to create/modify tasks in Windows Task Scheduler

I need to create and modify tasks in Windows Task Scheduler on Windows Server 2003 from an ASP.NET web application. The Network Service that the web app runs under is unable to make the changes. It ...
2
votes
3answers
70 views

Context switching in uC/OS (embedded systems)

I'd like to know if its possible to have an interrupt force the scheduler to switch context to a specific task in RTOS. I'm working with microCOS OS Here is the task which performs the keyscan and ...
2
votes
1answer
88 views

Dynamic process scheduling in Ubuntu

I wanted to modify the linux kernel code that dynamically changes the process priority. I have Ubuntu 10.10 and I downloaded linux 2.6.37. What I found was that in 2.6.37 version there is no concept ...
2
votes
2answers
201 views

Visual Studio Console Application Installer - Schedule Windows Task

Does anyone know how to create an installation project using Visual Studio 2010 that creates a Windows Scheduler task? I'm building an installer for a Console Application that needs to run every X ...
2
votes
1answer
86 views

Ruby behaves differently in windows task scheduler

Ruby won't recognize directories when run from the task scheduler. I've had similar issues with ruby when running from the windows task scheduler. Can anyone explain why ruby behaves this way when ...
2
votes
2answers
292 views

How to schedule tasks in PHP ? (Storing & running techniques)

Hi all I am using Zend framework for my PHP project. Basically I have few actions that I want to run automatically. I will be using a cron job to do the trick. The cron job will run a php script file. ...
2
votes
1answer
155 views

Changing scheduled time with Schedule::Cron

I'm writing a script in Perl that needs to run at the same time every night, except sometimes that time needs to change. I found Schedule::Cron on CPAN, and it does what I want it to do. According ...
2
votes
2answers
332 views

Best Scheduler for .NET Application? [closed]

I'm trying to determine what would be a good Process Scheduler for .NET applications, so far I have only looked into Quartz.NET. Are there any viable alternatives and what are the tradeoffs when using ...
2
votes
1answer
196 views

Windows Task Scheduler: IAction.QueryInterface() returns an error I cannot find a definition for

I am attempting to schedule a task (to open an .exe at a specific time) using C++ win32. But at one specific point I am getting an error, I have searched & searched to try & find the ...
2
votes
2answers
439 views

How to distinguishing between Task Scheduler 1.0 and Task Scheduler 2.0?

I have an C# application that uses Task Scheduler 1.0 (.job files). I need to extend the application to support Task Scheduler 2.0 (xml). I need some code, that is able to tell me what kind of T.S. ...
2
votes
2answers
466 views

Task (appointment) scheduling library in C#?

Is there any good task scheduling library in C#/.NET ? I don't mean task in the sense of 'print job', I mean task in the business sense, like you schedule your tasks in Outlook. Preferably with ...
2
votes
1answer
99 views

How can I setup a system to tell me if a cron job is NOT running fine?

This is more of an "general architecture" problem. If you have a cron job (or even a Windows scheduled task) running periodically, its somewhat simple to have it send you an email / text message that ...
2
votes
2answers
403 views

Scheduling a perl script

I have a perl .exe file that I was to run every ten minutes. I have set up the windows scheduler to run it and it says that it is successful but there is no output in the file. When I click the .exe ...
2
votes
1answer
710 views

Scheduling with gearman vs. cron?

I have noticed a lot of people discussing Gearman and it's scheduling features making it enable to distribute work onto other servers. However, I have not yet seen a comparison to native cronjobs. ...
2
votes
3answers
2k views

Server 2008 Task Scheduler Mapped Drive Access C#

I'm trying do get Server 2008's Task Scheduler to run a C# console app which backs up data to a mapped backup drive somewhere on FastHosts network. I've written a test app which simply does this ...
2
votes
3answers
837 views

How to run a .NET program, automatically, every hour

I have xml data I access through a web service. I need to read the data and copy it locally. The below code works fine. I need now to run this code at least twice or three times a day wihout manual ...
2
votes
6answers
635 views

Daemon in Java: simple schedule application?

This app must perform connection to a web service, grab data, save it in the database. Every hour 24/7. What's the most effective way to create such an app in java? How should it be run - as a system ...
2
votes
2answers
1k views

How do I schedule a task in Perl?

Does anyone knows if perl supports a task scheduler? I am working on a c# program that controls a bunch of perl scripts. The perl script talked to some device over the socket interface. The device, ...
2
votes
1answer
3k views

How to run a Windows 2008 task from the scheduler with “interact with desktop”

I have a small .NET app that I'm running under Windows 2008 Server via the Task Scheduler. This application needs to open an excel file and then save it as csv. The task fails when I try to open the ...
2
votes
2answers
1k views

Regularly invoking an interactive process (WatiN tests) via Task Scheduler

I'm using a suite of WatiN tests driving IE to do some periodic sanity checking for the purposes of monitoring a site. The suite works fine when I invoke it interactively and/or when I configure the ...
2
votes
8answers
2k views

Windows event scheduler custom service

I need to create a Windows service that works just like the task scheduler in that I can configure what time it runs and it basically just calls a .NET class at that scheduled time (recurring). What ...
1
vote
2answers
70 views

java mysql application web

I'm currently trying to create a very basic job scheduler. I'm trying to create an app that will check the current local system time. If the time is 12 am, it will download from a link ...
1
vote
1answer
51 views

How to run Scheduler add-on at Heroku once per month?

In the selection of how often I want to run my action the only options are "Daily", "Hourly" and "Every 10 minutes". Thanks! I want to run the Scheduler for my Rails 3.1 app.
1
vote
1answer
96 views

Why does windows task scheduler change the date format and how can I fix it?

I am having roughly the same problem as outlined in the post: windows server 2008 R2 date format reverts to US. I have a batch file that creates and smart names backup files ...
1
vote
9answers
231 views

C# - Task Scheduling

I am using Asp.Net - Web Forms - Framework 3.5 I want to send emails to web-site users at 12am mid night. I have made a class method that sends emails but what is best way to auto execute it at 12 ...
1
vote
1answer
103 views

Python subprocess.call on sfxcl.exe not working from Windows 2003 Task Scheduler

I have written a script in Python to call SecureFX's commandline tool (sfxcl.exe) result = subprocess.call([securefx, '/NoPrompt', '/Q', '/RetryCount', retries, '/RetryDelay', '1', ...
1
vote
1answer
287 views

Scheduler pattern with JAVA: how to check if current date time matches pattern

I'm wondering how to do some pattern matching in JAVA for date time. I have a database which has some entries that need to be scheduled. Basically, I have a program that runs each 30 minutes. Inside ...
1
vote
1answer
433 views

scheduling tasks in rails 3 app

I'm writing an rails 3 application which requires performing small tasks on a custom schedule for each user. The scheduled tasks will be defined dynamically. Right now my plan is to use resque ...
1
vote
2answers
412 views

Can't schedule Program with Excel Interop

I have developed a console program in C# .NET, that uses Excel Interop. The program works just fine on my development machine and in the windows server 2008, if I run it from command line. When I try ...
1
vote
1answer
531 views

How to change the memory priority of a scheduled task?

When starting my program without Task Scheduler, it has memory priority of 5 like all other programs running in my system (Windows 7). But when running under Task Scheduler, it has memory priority of ...
1
vote
2answers
337 views

sos Job scheduler

i am using sos job scheduler which support many language.i accept the shell script to write jobs but i am not a shell script writer.i want to implement a following points in job scheduler: execute a ...
1
vote
3answers
76 views

Recommendations on a backend scheduling app?

We currently use SQL Server, a BPM engine, win services, and even the Windows Task Scheduler to fire off scheduled items. Most are web service invocations, but some are FTP pull downs and whatnot. I ...
1
vote
2answers
278 views

Adjust threads used by the Spring container's task support

Is it possible to adjust the number of threads used by the Spring container's task support?

1 2 3