Y
Hacker News
new
|
ask
|
show
|
jobs
by
stingraycharles
1051 days ago
In what way is it atomic? “One command” doesn’t have anything to do with being atomic.
1 comments
Nmi2osv7
1050 days 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...)
link
stingraycharles
1050 days ago
I don’t think atomic operations mean what you think it does.
link