You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Dean Gaudet <dg...@arctic.org> on 1997/08/01 05:30:02 UTC

Re: os-windows/949: acces to thread **child_handles wanted.

The following reply was made to PR os-windows/949; it has been noted by GNATS.

From: Dean Gaudet <dg...@arctic.org>
To: Jean-Pierre Arneodo <ar...@micronet.fr>
Subject: Re: os-windows/949: acces to thread **child_handles wanted.
Date: Thu, 31 Jul 1997 20:24:22 -0700 (PDT)

 
 It looks to me like you're trying to re-implement thread specific data,
 functionality provided by the C compiler and operating system already.  Or
 maybe I'm confused about what you're trying to do.
 
 If you note a global declaration with APACHE_TLS then it will have a copy
 specific to each thread.
 
 Dean