◄ Wiki / Build
hotload / zhotload
zhotload is this stack's live code hot-reload mechanism, updating running code in place.
Hot-reload replaces or patches code in a live process so changes take effect without a full restart. zhotload is the project's named implementation of that, and information such as a crash record can inform how it goes live safely. It is the live-update plumbing that keeps a service running while its code changes.