Tagged Questions

5
votes
6answers
2k 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 e …
0
votes
2answers
231 views

Repeat a task using schtasks.exe in windows xp?

Hi gurus, I need to run a task every 10 mins from morning 9 AM to Evening 3 PM every weekday on my Windows XP. I have used the following command to do that but on Windows XP SP3 I …
0
votes
1answer
46 views

Initialize Direct3d when not logged in -or- Automating Windows login

I need to automate a build process that makes use of an app that initializes Direct3d as part of its initialization - even when it never needs to create a window. I'm trying to au …
0
votes
3answers
114 views

Job Scheduler

Are there any alternatives to the Open Source Job Scheduler ? I'm looking for a way to gain more control over scheduled worktasks than plain cron is offering, but havn't found anyt …
0
votes
6answers
131 views

data structures for scheduling workflow?

I'm wondering what kind(s) of data structures / algorithms might help facilitate handling the following situation; I'm not sure if I need a single FIFO, or a priority queue, or mul …
3
votes
5answers
2k 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 …
1
vote
2answers
473 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 mak …
1
vote
7answers
419 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 …
0
votes
3answers
208 views

Catch tasks from windows task scheduler in a .net app

I have a program that is running in the background, this program has to be notified when a specific windows event is occurring. I know the name and id for the event and i know how …
5
votes
3answers
323 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? A …
1
vote
1answer
665 views

Schedule a Task in Vista - System Restart

Hello, I am trying to write a system restart Task for Windows Vista. I'm a web developer by trade so I'm a little out of my element here. I have got into my OS and discovered Tas …
0
votes
3answers
552 views

On Linux SCHED_FIFO and SCHED_RR

I'm writing a a very small daemon that must remain responsive even when a system is under severe stress. I'm looking at the differences between SCHED_FIFO and SCHED_RR in regards t …
0
votes
3answers
136 views

Starting and stopping a forked process

Is it possible for a parent process to start and stop a child (forked) process in Unix? I want to implement a task scheduler (see here) which is able to run multiple processes at …
1
vote
2answers
259 views

Task Scheduler Problem Starting MSSQLSERVER

I am trying to create a Task Scheduler task to start my SQL Server 2005 instance every morning, because something stops it every night. This is a temporary solution until I can di …
1
vote
4answers
621 views

Is there one API to handle the Task Scheduler in XP and Vista? [closed]

I have a couple applications that I would like to be able to add scheduled tasks from within them. I've been Googling for how to add tasks in both XP and Vista. Apparently, Vista h …

1 2 next
15 30 50 per page