this post was submitted on 11 Aug 2023
2 points (100.0% liked)

The Rust Programming Language

1 readers
0 users here now

A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and...

founded 1 year ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/rust by /u/everything-narrative on 2023-08-11 09:08:09.


Ordinary definition of crash-only software, here. However, I've come across an interesting variation, wherein a program has no 'graceful shutdown' procedure, and the startup procedure is an error-recovery step as a matter of course. This style of design imparts tremendous stability, since it forces robust error-recovery on startup.

Are there any guides or blog posts about how to write such crash-only software in Rust?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here