6 ms·
additionally this is atomic (well, as in it's one command, it's not atomic internally)
by Nmi2osv7 3y ago
additionally this is atomic (well, as in it's one command, it's not atomic internally)
- stingraycharles 3y agoIn what way is it atomic? “One command” doesn’t have anything to do with being atomic.
- Nmi2osv7 3y agoyes it does? consider running a bash script, or piping commands over ssh. if you lose the connection only the first command might send. (bash is line and command oriented of course, so this is pretty obvious...)
- stingraycharles 3y agoI don’t think atomic operations mean what you think it does.
- eternityforest 3y agoI'm not even sure I want to know what nightmare bug would cause someone to consider if that was atomic or not!