top | item 36950601

(no title)

Nmi2osv7 | 2 years ago

additionally this is atomic (well, as in it's one command, it's not atomic internally)

discuss

order

stingraycharles|2 years ago

In what way is it atomic? “One command” doesn’t have anything to do with being atomic.

Nmi2osv7|2 years ago

yes 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...)

eternityforest|2 years ago

I'm not even sure I want to know what nightmare bug would cause someone to consider if that was atomic or not!