Questions tagged [software-schedules]
8 questions
187
votes
17 answers
How do you balance between "do it right" and "do it ASAP" in your daily work?
I find myself pondering over this question from time to time, again and again. I want to do things the right way: to write clean, understandable and correct code that is easy to maintain. However, what I end up doing is writing patch upon a patch;…

Flot2011
- 2,192
- 2
- 18
- 19
39
votes
13 answers
Why are software schedules so hard to define?
It seems that, in my experience, getting us engineers to accurately estimate and determine tasks to be completed is like pulling teeth. Rather than just giving a swag estimate of 2-3 weeks or 3-6 months... what is the simplest way to define software…

Engineer2021
- 3,238
- 5
- 28
- 32
31
votes
15 answers
Why is software schedule estimation so hard?
Possible Duplicate:
Why are software schedules so hard to define?
I often need to explain to senior management why software estimation is so hard, and why our preliminary estimates are often so far out. I suspect some want to know why it is not…

Craig Schwarze
- 3,276
- 4
- 27
- 35
3
votes
3 answers
Can I trust the Basic Schedule Equation?
I've been reading Steve McConnell's Software Estimation: Demystifying the Black Art book, and he gives an equation for estimating nominal schedule based on Person-months of effort:
ScheduleInMonths = 3.0 x EffortInMonths1/3
Per the book, this is…

Steve Campbell
- 266
- 3
- 7
2
votes
5 answers
schedule compliance and keeping technical supports and resolving issues
I am an entrepreneur of a small software developer company. The flagship product is developed by myself and my company grew up to 14 people. One of pride is that we've never have to be invested or loaned.
The core development team is 5 people. 3 are…

Hyunjik Bae
- 123
- 5
1
vote
2 answers
Kubernetes Cron Job is expensive?
I have to implement a feature in an existing application, which requires calling an API every minute. My app's microservices runs in Kubernetes environment.
To achieve this, my first thought is Kubernetes cron job. But thinking little deep it…

theinsaneone
- 210
- 1
- 6
0
votes
0 answers
What is the difference between pthread scope vs. policy?
I'm reading OS Concepts for my undergrad OS class and came across this topic: Pthread scheduling (System and Process)
Then I kept reading and came across POSIX Real-Time Scheduling that has two scheduling classes:
SCHED_FIFO: first come first…

mLstudent33
- 101
- 3
-2
votes
2 answers
Priority Scheduling - Preemptive and Nonpreemptive
Have question on priority scheduling both in preemptive and nonpreemptive and wanted to make sure understand it correctly. (Higher the number highest priority)
Process Arrival Time Burst Time Priority
P1 0 5 5
P2 …

TOD
- 1