From 601ff0b8886a9fd7f13a45896afb61900e0d4834 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 13 Jun 2013 14:56:09 -0400 Subject: [PATCH] analysis --- ...Hangs_on_creating_repository_when_using_--listen.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn b/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn index 54bf277106..913e02cd55 100644 --- a/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn +++ b/doc/bugs/Hangs_on_creating_repository_when_using_--listen.mdwn @@ -35,3 +35,12 @@ WebApp crashed: unable to bind to local socket # End of transcript or log. """]] + +> The problem is that, when a port is specified, it is used for each web +> server started, and the process of making a new repository unavoidably +> requires it to start a second web server instance. This would also affect +> switching between existing repositories in the webapp. I don't see +> any way to make it not crash here, except for ignoring the port it was told +> to use when something else is already listening there. --[[Joey]] + +[[!tag /design/assistant]]