Tagged Questions
The scheduling tag has no wiki summary.
32
votes
5answers
25k views
Open Source Alternative to Microsoft Project?
What is a good open-source alternative to Microsoft Project? Mac OS-X or Linux binaries available would be a huge plus.
31
votes
11answers
19k views
What is the Windows version of cron?
A Google search turned up software that performs the same functions as cron, but nothing built into Windows.
I'm running Windows XP Professional, but advice for any version of Windows would be ...
26
votes
21answers
2k views
What Can Someone Do to Get Organized Around Here? [closed]
For years I have been trying to find an organizational scheme which works for me.
I've tried digital calendars (Google Calendar, My WebCal at work, Chandler, Sunbird) to no avail as of yet. I've ...
20
votes
12answers
5k views
Teacher time schedule algorithm
This is a problem I've had on my mind for a long time. Being the son of a teacher and a programmer, it occurred to me early on... but I still haven't found a solution for it.
So this is the problem. ...
18
votes
9answers
35k views
How might I schedule a C# Windows Service to perform a task daily?
I have a service written in C# (.NET 1.1) and want it to perform some cleanup actions at midnight every night. I have to keep all code contained within the service, so what's the easiest way to ...
15
votes
6answers
997 views
Tennis match scheduling
I was asked this question on an exam. Nobody I spoke to found a solution for this question, so now I'm turning to stackoverflow for a solution. As the exam is over, I can't use it for any points, ...
15
votes
4answers
674 views
Is there a scheduling algorithm that optimizes for “maker's schedules”?
You may be familiar with Paul Graham's essay, "Maker's Schedule, Manager's Schedule". The crux of the essay is that for creative and technical professionals, meetings are anathema to productivity, ...
14
votes
4answers
2k views
Best Fit Scheduling Algorithm
I'm writing a scheduling program with a difficult programming problem. There are several events, each with multiple meeting times. I need to find an arrangement of meeting times such that each ...
13
votes
8answers
1k views
How do you handle scheduling/deadlines around programmers?
Do programmers like to create deadlines? Im a web developer, and schedules/deadlines are all over the place in my field. But I've worked with some software engineers/programmers who hate deadlines, is ...
13
votes
5answers
12k views
Is there a Timer class in C# that isn't in the Windows.Forms namespace?
I want to use a timer in my simple .Net application written in C#. The only one I can find is the Windows.Forms.Timer class. I don't want to reference this namespace just for my console app.
Is ...
12
votes
6answers
420 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 ...
12
votes
2answers
327 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 ...
12
votes
14answers
1k views
Does programmer scheduling software exist?
We are a three man programming team with a huge scheduling problem.
We need some software to help us manage this problem.
We could build this software ourselves but we would rather use somebody else’s ...
11
votes
5answers
3k views
Java thread affinity
Does anybody know of a way to lock down individual threads within a Java process to specific CPU cores (on Linux)? I've done this in C, but can't find how to do this in Java. My instincts are that ...
11
votes
8answers
4k views
A priority queue which allows efficient priority update?
UPDATE: Here's my implementation of Hashed Timing Wheels. Please let me know if you have an idea to improve the performance and concurrency. (20-Jan-2009)
// Sample usage:
public static void ...
11
votes
2answers
2k views
Relational Schema for Fowler's Temporal Expressions
Martin Fowler defines an elegant object model for the scheduling of recurring tasks here, which maps to OO code very nicely. Mapping this to a relational database schema for persistence, however, is ...
10
votes
3answers
261 views
Methods for scheduling
Good afternoon,
I am working on a PHP application for an at home care company. They have x amount of carers that are scheduled every week to attend the houses of x amount of service users (clients). ...
10
votes
4answers
623 views
jruby on rails scheduling options
I'm using JRuby 1.5.6 on Rails to build myself an application that will periodically go away and retrieve any RSS podcasts that I have subscribed too.
I've chosen JRuby primarily because I'm familiar ...
9
votes
3answers
712 views
scheduling dynamic jobs in resque scheduler
I'm trying to test out scheduling jobs in future using rails 3 and resque scheduler:
Following is the code I'm using but I'm getting NoMethodError set_schedule.
Resque.set_schedule("1", {
:cron ...
9
votes
3answers
1k views
How to create a new Linux kernel scheduler
Looking through the scheduler source code (2.6.34, kernel/sched.c), I can see how the "pluggable" schedulers are used, and I believe I understand the interface to be implemented. What I don't ...
9
votes
4answers
157 views
how to get more involvement from employees?
Once a week we have an half hour session where we talk about a few features in our application or explain a customer question to our employees(sales, support, technical services and development). This ...
9
votes
8answers
4k views
PHP: running scheduled jobs (cron jobs)
I have a site on my webhotel I would like to run some scheduled tasks on. What methods of achieving this would you recommend?
What I’ve thought out so far is having a script included in the top of ...
8
votes
1answer
111 views
In the scheduler of the GHC RTS, why should it mark a capability as free?
When I read through the GHC Wiki commentary on the scheduler I was confused about this section:
One reason behind marking a Capability
as free when it is handed over is to
support fast ...
8
votes
2answers
296 views
Classical task-scheduling problem
I am working on a flight scheduling app (disclaimer: it's for a college project, so no code answers, please). Please read this question w/ a quantum of attention before answering as it has a lot of ...
8
votes
1answer
2k views
Using the GWT Scheduler
I'm having a tough time understanding the difference between various methods of the com.google.gwt.core.client.Scheduler interface, specifically, the scheduleDeferred, scheduleFinally, and ...
8
votes
3answers
2k views
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 before of several ways to get this functionality on Linux (apparently this is ...
8
votes
4answers
1k views
Java about 100 parallel threads, memory management
I am writing an optimazation algorithm which creates about 100 threads. Currently, I start them all at one time (for-loop) and after that I tell every thread that it should join().
My problem is now ...
8
votes
9answers
965 views
Job queue optimization algorithms
We have an application that requires assignment of jobs to resources. The resources have a number of attributes that define their suitability to a particular job -- some are preferences, some are hard ...
8
votes
2answers
9k views
Selecting a Linux I/O Scheduler
I read that it's supposedly possible to change the I/O scheduler for a particular device on a running kernel by writing to /sys/block/[disk]/queue/scheduler. For example I can see on my system:
...
7
votes
7answers
154 views
Java- Efficient Scheduling Structure?
I apologise for the length of this problem, but I thought it important to include sufficient detail given that I'm looking for a suitable approach to my problem, rather than a simple code suggestion!
...
7
votes
2answers
230 views
Task Scheduling with complex dependencies
I'm looking for a way of scheduling tasks where a task starts once several previous tasks have completed.
I have several hundred "collector" processes which collect data from a variety of sources and ...
7
votes
3answers
267 views
Quartz.Net - Every 3 weeks on Mon,Tue,Wed
I'm stuck with Quartz.NET cron trigger.
I was able to imlpement all my scenarios apart the one below.
Every X weeks on Mon,Tue,Wed...
I managed to do this
0 31 15 ? * MON#2 *
which triggers ...
7
votes
2answers
103 views
Doing DB Queries Verus Storing Items in A collection?
I am trying to make to make a reminder system and I am using quartz for my scheduling. However I come up with a couple possible ways how to do what I need to do but I am not sure what the best way is ...
7
votes
2answers
1k views
Is there a job scheduler library for node.js?
Is there some cron like library that would let me schedule some function to be ran at certain time (15:30 for example, not x hours from now etc)? If there isn't this kind of library how this should be ...
7
votes
2answers
405 views
Worker Scheduling Algorithm
The Problem
Here's the essence of the problem I want to solve. We have workers taking care of children in a nursery for set times during the weekend. There's 16 different slots to fill in one ...
7
votes
2answers
355 views
I am looking for a radio advertising scheduling algorithm / example / experience
Tried doing a bit of research on the following with no luck. Thought I'd ask here in case someone has come across it before.
I help a volunteer-run radio station with their technology needs. One of ...
7
votes
8answers
4k views
How to execute code in c# service one time per day at the same hour?
So here's my problem, I need to do a c# service running on a server who's getting file on ftp one time per day at 3am. I think that I can do it with a thread.sleep() or by compare the DateTime.Now ...
7
votes
15answers
1k views
Employee Scheduling Software? Web/Browser Based [closed]
Just wondering if any of you guys know of any web-based/browser-based employee scheduling software/tools?
Currently doing it all in Excel, but it just isnt intelligent enough... any product ...
6
votes
1answer
188 views
sys.setswitchinterval in Python 3.2 and beyond
Python 3.2 introduced a new GIL implementation by Antoine Pitrou which exposes the function sys.setswitchinterval.
When would changing this be useful, and why?
6
votes
1answer
463 views
foreground threads vs background threads
MSDN states that:
Background threads are identical to foreground threads with one exception: a background thread does not keep the managed execution environment running
Is there any ...
6
votes
1answer
627 views
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 my eye. It appears this is another way of ...
6
votes
5answers
435 views
Silverlight schedule an event at a specific time
I'm trying to find a way to trigger a Silverlight event to occur at a specific time of the day. The app will be run out of browser and will be running all the time. I have found some methods that use ...
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 ...
6
votes
6answers
492 views
Heuristic algorithm for load balancing among threads
I'm working on a multi-threaded program where I have a number of worker threads performing tasks of unequal length. I want to load-balance the tasks to ensure that they do roughly the same amount of ...
6
votes
4answers
1k views
Are all scheduling problems NP-Hard?
I know there are some scheduling problems out there that are NP-hard/NP-complete ... however, none of them are stated in such a way to show this situation is also NP.
If you have a set of tasks ...
6
votes
5answers
1k views
Recommended method for loading a URL via a scheduled task on Windows
I have a webpage hosted on a Windows box that I need to assure gets loaded at least once/day. My current plan is to create a scheduled task that opens Internet Explorer and hits the URL:
"C:\Program ...
6
votes
4answers
414 views
Constrained graph transformation in scheduling applications
I'm working on an interactive job scheduling application. Given a set of resources with corresponding capacity/availabilty profiles, a set of jobs to be executed on these resources and a set of ...
6
votes
3answers
2k views
How to run processes piped with bash on multiple cores?
I have a simple bash script that pipes output of one process to another. Namely:.
dostuff | filterstuff
It happens that on my Linux system (openSUSE if it matters, kernel 2.6.27) these both ...
6
votes
8answers
1k views
How can I do Time based / scheduled events in .NET?
I need to offer scheduling of actions/events, in our web site. A crap analogy could be a calendar system, where a person adds a calendar item and when the date/time has been 'hit', then some logic (eg ...
6
votes
18answers
1k views
Project management tool for just 2 people?
We are a two people team of software developers and have just started working on a new project. We have a myriad of very small non-critical tasks and some bigger tasks which are usually time-critical ...