From aeb3ad3d8cac8f1f085725711d2d8739b722b61b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 9 Jan 2023 22:24:26 +0000 Subject: Next batch of fixes Signed-off-by: Laurent Bercot --- doc/s6-instance-create.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/s6-instance-create.html') diff --git a/doc/s6-instance-create.html b/doc/s6-instance-create.html index c81dfe4..1aa0d4c 100644 --- a/doc/s6-instance-create.html +++ b/doc/s6-instance-create.html @@ -86,6 +86,15 @@ s6-instance-create adds a service directory to that tree and ensures it gets supervised.
  • If the template for the service is logged, then s6-instance-create will wait until supervisors have been spawned for both the instance and its logger.
  • +
  • s6-instance-create and s6-instance-delete +are relatively expensive operations, because they have to recursively copy or +delete directories and use the synchronization mechanism +with the instance supervisor, compared to +s6-instance-control which only has to send +commands to already existing supervisors. If you are going to turn instances on and +off on a regular basis, it is more efficient to keep the instance existing and control +it with s6-instance-control than it is to +repeatedly create and delete it.
  • -- cgit v1.3.1