Questions tagged [mission-critical]

Mission-Critical is a term that refers to something that is indispensable.

Mission-Critical is a term that refers to something that is indispensable. It usually describes applications such as databases or process control software that are deemed essential to a company's operation and that typically run on mainframes or workstation rather than on personal computers. e.g. A nuclear power plant's operator console software is mission critical.

Reference: www.netdictionary.com/m.html

12 questions
15
votes
2 answers

Is Node.js ready for business critical applications?

I was just reading More proof that enterprises love Node.js and wondering: Should enterprise consider using nodejs for business critical applications? It seems cloud computing companies like Joyent are fully on to it. Even Microsoft have started…
Abdel Raoof Olakara
  • 19,223
  • 11
  • 88
  • 133
15
votes
1 answer

Caches folder purged (Emptied/Cleared) automatically on iOS

I have an app that lets you download "modules" that can expand your app usage. When the user downloads a module, I fetch a ZIP file from a server and extract it to his Caches folder. (Each of these zips could be sized anywhere from 60k to…
Shai Mishali
  • 9,224
  • 4
  • 56
  • 83
15
votes
9 answers

Which is the best C++ compiler?

Can a C++ compiler produce a not so good binary? You can think here of the output's robustness and performance. Is there such a thing as the "best" C++ compiler to use? If not, what are the strong points, and of course, the not-so-strong (known Bugs…
citn
  • 1,522
  • 3
  • 18
  • 29
7
votes
9 answers

What is the most critical piece of code you have written and how did you approach it?

Put it another way: what code have you written that cannot fail. I'm interested in hearing from those who have worked on projects dealing with heart monitors, water testing, economic fundamentals, missile trajectories, or the O2 concentration on…
bouvard
  • 3,864
  • 25
  • 29
7
votes
2 answers

JRuby/TorqueBox for high performance / mission critical application

We are evaluating few options for developing a telecommunication related application platform (and migrating/consolidating some of the standalone apps into the new platform). One of our main concerns is the ability to handle high volume of requests…
bud
  • 71
  • 2
6
votes
5 answers

How do you become software developer for satellites and other mission critical sw?

I was wondering... There are people out there who code stuff going to mars, satellite control systems, nuclear facilities. What kind of training did they do ? What is their career path ?
Stefano Borini
  • 138,652
  • 96
  • 297
  • 431
5
votes
0 answers

Haskell for mission-critical systems

Possible Duplicate: Using Haskell for sizable real-time systems: how (if?) ? Is it feasible to use Haskell in mission-critical software? (like avionics,space technology etc.)
Ishihara
  • 1,099
  • 2
  • 11
  • 19
3
votes
4 answers

Steps to error proofing a mission critical process

I'm writing a program that will continuously process files placed into a hot folder. This program should have 100% uptime with no admin intervention. In other words it should not fail on "stupid" errors. i.e. Someone deletes the output directory it…
user79755
  • 2,623
  • 5
  • 30
  • 36
3
votes
4 answers

Are there any software guarantees in critical systems?

Are there systems or is there software out there that is developed with a proof of correctness to back it up? Or are all critical systems developed merely with an aggressive code review and test cycle?
fuentesjr
  • 50,920
  • 27
  • 77
  • 81
2
votes
8 answers

Techniques for writing critical text data

We take text/csv like data over long periods (~days) from costly experiments and so file corruption is to be avoided at all costs. Recently, a file was copied from the Explorer in XP whilst the experiment was in progress and the data was partially…
Brendan
  • 18,771
  • 17
  • 83
  • 114
0
votes
1 answer

Specifying failover servers in c# webservice client

I need to build in some resilience in a web service client application. Are any of these two scenarios supported by the standard dot.net web service generated client (classic or 3.0)? Specifying a list of server addresses so that the clien can fall…
Sklivvz
  • 30,601
  • 24
  • 116
  • 172
0
votes
1 answer

How to setup wiki for emergency response?

Company I work for is currently preparing to expand and take on emergency support (after hours support). We currently have a wiki setup with a lot of information. However, due to the fact that bits and pieces are scattered across entire wiki…
Luke
  • 1,872
  • 20
  • 31