From: Stewart Smith Date: May 13 2009 2:46pm Subject: Re: MySQL Reengineering Project List-Archive: http://lists.mysql.com/internals/36672 Message-Id: <20090513144629.GD16949@flamingspork.com> MIME-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT On Tue, May 12, 2009 at 03:19:41PM -0700, Masood Mortazavi wrote: > Server designs that assign a session to a worker thread are classic. > However, even in these designs, there may be multiple threads > attending to a particular session's various functions during its > lifecycle. In some languages, the base threading libraries offer a > thread-local object can be assigned or identified with the session > context for current task being processes by a given thread. Running 10,000 threads usually isn't nice to your operating system kernel (or user response time). -- Stewart Smith