From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 21 Sep 2002 00:45:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 21 Sep 2002 00:45:51 -0400 Received: from mx1.elte.hu ([157.181.1.137]:17825 "HELO mx1.elte.hu") by vger.kernel.org with SMTP id ; Sat, 21 Sep 2002 00:45:51 -0400 Date: Sat, 21 Sep 2002 06:58:15 +0200 (CEST) From: Ingo Molnar Reply-To: Ingo Molnar To: Bill Huey Cc: Ulrich Drepper , linux-kernel Subject: Re: [ANNOUNCE] Native POSIX Thread Library 0.1 In-Reply-To: <20020920234509.GA2810@gnuppy.monkey.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 20 Sep 2002, Bill Huey wrote: > Also throwing a signal to get the ucontext is pretty a expensive way of > getting it. But you folks know this already. [...] as i've mentioned in the previous mail, 2.5.35+ kernels have a very fast SIGSTOP/SIGCONT implementation, which change was done as part of this project - a few orders faster than throwing/catching SIGUSR1 to every single thread for example. so right now we first need to get some results back about how big the GC problem is with the new SIGSTOP/SIGCONT implementation. If it's still not fast enough then we still have a number of options. Ingo