You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. In chapter 17, we wrote a stack server that utilizes a stash to save the stack value if the server process crashes. It was written with the assumption that the stash would be pretty stable. However, if for some reason the stash crashes, what would happen? Is this a problem, and if so, can you think of a way to address it?
0 commit comments