Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
9answers
335 views

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, ...
6
votes
5answers
192 views

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 ?
5
votes
9answers
4k views

Which is the best C++ compiler? [closed]

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 ...
4
votes
0answers
163 views

Haskell for mission-critical systems [closed]

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.)
3
votes
4answers
191 views

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" ...
2
votes
2answers
168 views

Is using Lua in PHP feasible?

I would like to know whether it is feasible to use Lua code scripts in PHP, for a fairly critical and important web app. What I would like to do is create scripts for different enviornments, so I ...
2
votes
4answers
225 views

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 ...
2
votes
8answers
316 views

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 ...
2
votes
5answers
629 views

Why not use SPARKAda?

Beyond some valid reasons not to use a new tool such as support of legacy code, no in-house SPARKAda knowledge base, why hasn't SPARKAda caught on? It seems like a very sound tool for many projects ...
1
vote
1answer
69 views

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 ...
0
votes
1answer
425 views

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 ...