From owner-freebsd-hackers Tue Oct 30 10:43: 7 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from canonware.com (dsl081-058-209.sfo1.dsl.speakeasy.net [64.81.58.209]) by hub.freebsd.org (Postfix) with ESMTP id 7EE5F37B407 for ; Tue, 30 Oct 2001 10:43:04 -0800 (PST) Received: by canonware.com (Postfix, from userid 1001) id 765B4E9; Tue, 30 Oct 2001 10:57:02 -0800 (PST) Date: Tue, 30 Oct 2001 10:57:02 -0800 From: Jason Evans To: A G F Keahan Cc: freebsd-hackers@freebsd.org Subject: Re: A question about multithreaded server Message-ID: <20011030105702.F53185@canonware.com> References: <20011027233709.83232.qmail@web20809.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011027233709.83232.qmail@web20809.mail.yahoo.com>; from agfk2000@yahoo.co.uk on Sun, Oct 28, 2001 at 12:37:09AM +0100 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The typical solution is to create a pipe, and write a byte to it in order to wake up the manager thread. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message