7
votes
9answers
300 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, econo …
3
votes
9answers
984 views
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, wha …
2
votes
4answers
98 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 …
2
votes
3answers
154 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 r …
2
votes
8answers
254 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 …
1
vote
4answers
280 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 …
0
votes
1answer
141 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. …
-2
votes
7answers
241 views
present state of enterprise python [closed]
dartdog has been "exploring and developing an application in Python for mission critical work in the commercial banking arena" in this SO question: python-in-the-enterprise-pros-an …
