From owner-freebsd-bugs Thu Oct 11 8: 0:59 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id EBE3F37B405 for ; Thu, 11 Oct 2001 08:00:56 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 11 Oct 2001 16:00:56 +0100 (BST) Date: Thu, 11 Oct 2001 16:00:55 +0100 From: David Malone To: yuri.viktarovich@philips.com Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/30781: msgrcv call blocks other pthread's jobs Message-ID: <20011011160055.A43403@walton.maths.tcd.ie> References: <200110111000.f9BA02j71576@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110111000.f9BA02j71576@freefall.freebsd.org>; from yuri.viktarovich@philips.com on Thu, Oct 11, 2001 at 03:00:02AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Oct 11, 2001 at 03:00:02AM -0700, yuri.viktarovich@philips.com wrote: > Anyway shouldn't it be some generic uniform way to wakeup processes/threads > on events working the same way on msgXXX, FDs, process start/end, other events? I guess that would kqueue. Unfortunately, I don't think it understands message queues yet, but it would probably be a useful addition. If it were implimented then that could be used to provide proper threaded msgXXX calls in the library. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message