1
vote
2answers
45 views
What will it take for Transactional Memory to be viable?
I've been doing some work on transactional memory and its viability for systems programming (databases, operating systems, servers, etc.). My own experience employing transactions, …
1
vote
3answers
36 views
Best method for saving values of a queue in case of program failure
Say I have a multithreaded application made up of two separate threads and a Queue. Thread 1 finishes it's computation and puts the result in the Queue. Meanwhile thread 2 is const …
0
votes
1answer
59 views
How reliable are unix domain sockets?
I'm trying to figure out a protocol to use with domain sockets and can't find information on how blindly the domain sockets can be trusted.
Can data be lost? Are messages always r …
0
votes
0answers
60 views
Hard drive reliability when constantly handling lots of reads/writes/deletes [closed]
Hello,
In addition to storing lots of photos, my web application has the need to constantly read, write, and delete a lot of temporary files which it uses for various functionalit …
10
votes
1answer
630 views
Has anyone tried Flax?
I'm not talking about the stuff that health junkies eat, but the open-source search/indexing software based on Xapian.
My company are currently employing someone to implement it, …
2
votes
8answers
245 views
Are sockets reliable ?
Is it a good idea to use sockets to send data between two servers, or should I use something like MQ for moving data.
My questions: are sockets reliable, if I need once only/assur …
3
votes
4answers
177 views
Building a life-critical System using Agile
Looking at the general trend of comments in my question about Building an Aircraft using Agile, the biggest problem other than cost appears to be safety.
Do people feel that it i …
4
votes
2answers
373 views
Can I rely on facebook connect?
I have been looking into using facebook connect for a new web site I am building, however the facebook api seems to be a little flaky.
Th code I have been using is basic, however …
0
votes
2answers
63 views
Providing reliable user feedback with SQLite
I'm writing an application with a GUI frontend (GTK) and an SQLite backend. When something is changed via the GUI, I want the change to show up in the GUI if and only if it comple …
8
votes
7answers
371 views
Coding for high reliability/availability/security - what standards do I read?
I've heard that the automotive industry has something called MISRA C.
What are the relevant standards for other high reliability/availability/security industries, such as
Space
…
0
votes
2answers
51 views
sequence ID for handling reliability
I'm trying to figure out a simple way to handle reliability for UDP messages. I figured I would just send each one with a sequencing ID and by comparing the ID to the one previousl …
8
votes
8answers
215 views
What are techniques for allowing safe software upgrades in embedded systems
Upgrading software for embedded devices often has the possibility of "bricking" the device, e.g. if power should happen to fail while in the midst of writing software to FLASH. Two …
1
vote
3answers
337 views
php file uploads over 200mb
after changing the max file size, session times, and post max size is it wise to use php to upload files larger than 200mb? reliable? (and this is ignoring whether a client connect …
1
vote
9answers
157 views
How you test your applications for reliability under badly behaving i/o
Almost every application out there performs i/o operations, either with disk or over network.
As my applications work fine under the development-time environment, I want to be sur …
5
votes
8answers
238 views
How do you evaluate reliability in software?
We are currently setting up the evaluation criteria for a trade study we will be conducting.
One of the criterion we selected is reliability (and/or robustness - are these the sam …
