Tagged Questions

1
vote
1answer
25 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 …
0
votes
5answers
89 views

I have an algorithm problem having to do with scheduling teams in rotation as fairly as possible.

I have a project for school where I have to come up with an algorithm for scheduling 4 teams to play volleyball on one court, such that each team gets as close to the same amount o …
0
votes
2answers
19 views

How do I stop or drop a job from the Oracle Job Scheduler

Sounds easy, right? I have a job that is running that I'd like to stop (it's been running for way to long, and there is clearly a problem with it). Well, when I try to stop the job …
1
vote
4answers
75 views

How to handle recurring dates (dates only) in .NET?

I am trying to figure out a good way to handle recurring events in .NET, specifically for an ASP.NET MVC application. The idea is that a user can create an event and specify that …
2
votes
3answers
63 views

Is there any project that implements a scheduler based on a .net service?

I was wondering if there is any implementation of a windows service that can call custom .net code that can be scheduled to run on specific intervals? or i should i implement my ow …
2
votes
2answers
27 views

QTP+VM: Why is the Click command not executed when I’m not conncted to the VM via Remote Desktop?

I'm using QTP 10 together with VMWare to test a Siebel Application. I'm executing the following code to click on a Save button. Browser("Siebel").Dialog("Filedownload").WinButton( …
5
votes
3answers
98 views

Scheduling Employees - what data structure to use?

Question I'm trying to write a simple employee Scheduling software for about 10-20 people in my software development company. After some consideration I settled on writing a web a …
1
vote
5answers
116 views

What’s a decent events library for non-GUI applications under *nix? (C++)

First, I'm using Qt at the moment. However, I want the program eventually able to run without a GUI environment, leaving the graphical aspects for configuration mainly. The program …
2
votes
7answers
169 views

With modern OS schedulers, does it still make sense to manually lock processes to specific CPUs/cores?

I recently learned that sometimes people will lock specific processes or threads to specific processors or cores, and it's thought that this manual tuning will best distribute the …
3
votes
4answers
137 views

When are lock free data structures less performant than mutual exclusion (mutexes)?

I read somewhere (can't find the page anymore) that lock free data structures are more efficient "for certain workloads" which seems to imply that sometimes they're actually slower …
0
votes
4answers
68 views

how to run a gwt servlet automatically in some particular time interval?

Hi every1! Please help me about this issue... In my application i have calender where user can set the events for particular day.. this event info is store in database.... now i w …
1
vote
1answer
40 views

Prescheduling Recurrent Tasks

At work, we are given a set of constraints of the form (taskname, frequency) where frequency is an integer number which means the number of ticks between each invocation of the tas …
1
vote
8answers
166 views

Scheduling algorithm/problem

hey Stackoverflowians, I'm bored, and this problem just haunted me again. Back at university, I used to always wonder how they schedule exams. The ability to schedule 10k student …
4
votes
6answers
157 views

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 level)
1
vote
0answers
39 views

Are there resources about logistics?

I couldn't find any complex resources in Google. Maybe the key words that I used were wrong. I am interested in web-sites, book titles, book authors etc.. I'm looking general the …

1 2 3 4 5 11 next
15 30 50 per page