| 6 | | This command-line tool is less known than the rest because it is to be |
|---|
| 7 | | used by system administrators and developers. There is not much to be |
|---|
| 8 | | added besides the syntax of the command. The main usage of this |
|---|
| 9 | | utility is determining the used flags during the compilation and |
|---|
| 10 | | linking process. This is useful to build programs that make use of |
|---|
| 11 | | Cherokee. |
|---|
| 12 | | |
|---|
| | 6 | This command-line tool is a wrapper for the main Cherokee |
|---|
| | 7 | executable. It is used as a safety net to invoke `cherokee` and to |
|---|
| | 8 | ensure it is always functioning. It also plays an important role in |
|---|
| | 9 | the link:other_goodies.html#zero-downtime[zero-downtime] mechanism |
|---|
| | 10 | implemented to allow graceful restarts of the server. |
|---|