Re: [PATCH] Keep at least one request handler thread.

2011-11-14 Thread Samuel Thibault
Diego Nieto Cid, le Sun 30 Oct 2011 18:07:02 -0300, a écrit : > * libports/manage-multithread.c: Startover when no other thread is > listenening for requests. Agreed, good catch! That's actually probably one of the bugs (if not *the* bug) mentioned in the old mail. Samuel

[PATCH] Keep at least one request handler thread.

2011-10-30 Thread Diego Nieto Cid
* libports/manage-multithread.c: Startover when no other thread is listenening for requests. --- libports/manage-multithread.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/libports/manage-multithread.c b/libports/manage-multithread.c index 6ec1e49..e95657e 100644 --