Questions tagged [operations]
The operations tag has no summary.
6 questions
4 votes
6 answers
5k views
How should production support be handled in Agile/Scrum? [closed]
Summary: In an organization that wants to use an agile/Scrum software development process, but that also has a large production support / operations burden with an expectation for quick response times,...
0 votes
3 answers
302 views
How do I encourage ops to participate in a devops team?
I work in a traditional software development environment. A team of developers work on a product in 2-4 week Sprints and then hand the results over to an operations team to be deployed and managed. ...
31 votes
6 answers
26k views
Why do we have to wait for I/O?
It's always been known that Disk operations are slow and we know the reasons why they are slow. So the question here is why do we have to wait for I/O or why is there such a thing as IOWait, etc.? I ...