reliability
Design considerations for high-reliability service
I am writing a c# windows service which will perform some background processing - basically it is a consumer for a work queue.[详细]
2022-12-26 01:00 分类:问答When does ExecuteCodeWithGuaranteedCleanup actually guarantee cleanup?
I have been reading about Reliability Features in .NET and have written the following class to explore ExecuteCodeWithGuaranteedCleanup[详细]
2022-12-25 17:38 分类:问答Fail Fast vs. Robustness
Our product is a distributed system. The modules I work on are fairly new, quite rigorous, well tested. They were developed with recent best practices in mind. Other modules can be considered as legac[详细]
2022-12-18 21:08 分类:问答How to improve email sending and delivery reliability?
The current application uses Simple Java Mail to send couple emails a day but some of the emails never make it to the client.[详细]
2022-12-17 06:00 分类:问答Watchdog built into the same process as the program it controls
I run a Visual C++ console test program inside the daily build. Every now and then the test would call some function that was changed by other developers improperly, descend into an infinite loop and[详细]
2022-12-14 14:01 分类:问答Reliable(durable) distributed logging engine
Trying to find a commercial logging framework for distributed systems. This framework must allow .NET applications on a Remote Server to log messages which can then be collected in a Central开发者_运维[详细]
2022-12-13 03:20 分类:问答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, together with havi[详细]
2022-12-12 03:36 分类:问答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.[详细]
2022-12-08 18:10 分类:问答