Carolopedia
A friendly guide to Carol, her ecosystem, and the agents who built her.
๐ Carolopedia โบ RestartGuide page
๐What it means
Stopping a running process and starting it again so it picks up changed code. Never with a hard kill โ that corrupts databases mid-write; always a polite stop, then a wait, then a start.
โ๏ธWhat it is NOT
The neighbours this word is most often confused with, and the line between them.
Not: Deploy
A deploy changes what is on disk; a restart is what makes the running process use it.
Not: Reclaim
A restart bounces a process you own; reclaiming frees a port held by one you do not.
๐ฃ๏ธAlso called
bouncereloadrelaunch