Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Date: Thu, 1 Aug 2002 10:52:36 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: RFC: TLS problem Message-ID: <20020801145236.GC18385@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23.1i On Thu, Aug 01, 2002 at 04:48:09PM +0200, Thomas Pfaff wrote: >IMHO the are two possible solutions: >1. Synchronize the win32 TLS array between parent and child. >2. Create a cygwin only solution that will use its own tls array like CGFs >experimental TLS implementation. My TLS implementation only provides a limited amount of per-thread storage. It wasn't intended for generic use, just use within the cygwin DLL. So, it sounds like 1. is the only feasible solution. cgf