top | item 43654408

(no title)

new_user_final | 10 months ago

Unrelated, but somewhat similar in higher level, you can transfer state with durable execution, e.g temporal.io.

Instead of RAM, program's state saved in DB and execution environment resume in the previous state when restarted

discuss

order

WJW|10 months ago

How does such a method retain things like open network connections that have significant kernel state involved as well?

dilyevsky|10 months ago

it does not. all the state that you need to make "durable" needs to be explicitly committed in temporal via their sdk