Date: Mon, 24 Apr 2000 14:19:57 -0700 From: "Brian O'Shea" <boshea@ricochet.net> To: Daniel Eischen <eischen@vigrid.com> Cc: "Brian O'Shea" <boshea@ricochet.net>, Jason Evans <jasone@canonware.com>, A G F Keahan <ak@freenet.co.uk>, freebsd-hackers@FreeBSD.ORG Subject: Re: Multithreaded server performance Message-ID: <20000424141957.W337@beastie.localdomain> In-Reply-To: <Pine.SUN.3.91.1000424061006.7393A-100000@pcnet1.pcnet.com>; from Daniel Eischen on Mon, Apr 24, 2000 at 06:13:53AM -0400 References: <20000424010315.U337@beastie.localdomain> <Pine.SUN.3.91.1000424061006.7393A-100000@pcnet1.pcnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 24, 2000 at 06:13:53AM -0400, Daniel Eischen wrote: > On Mon, 24 Apr 2000, Brian O'Shea wrote: > > > > I was under the impression that, because user thread scheduling is done > > in user mode, a thread that goes to sleep calling a blocking read() > > system call will put the entire process to sleep until that read() > > returns (and so all user threads in the process will also be blocked). > > Is this correct? > > 1. You are mistaken. Could you elaborate? The text that I am using [1] warns about blocking system calls putting the process (and thus all user threads) to sleep. This book has no FreeBSD specific information, so anything specific to FreeBSD would be really interesting to hear. > > > > Please correct me if I am wrong. > > Go To 1. ;-) > > -- > Dan Eischen > Thanks, -brian 1. Norton, Scott J., "Thread Time", p.24, Hewlett-Packard Professional Books, ISBN 0-13-190067-6 -- Brian O'Shea boshea@ricochet.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000424141957.W337>