Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 80861 invoked from network); 11 Jan 2005 16:24:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Jan 2005 16:24:48 -0000 Received: (qmail 77726 invoked by uid 500); 11 Jan 2005 16:24:48 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 77700 invoked by uid 500); 11 Jan 2005 16:24:48 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 77686 invoked by uid 99); 11 Jan 2005 16:24:47 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mtagate2.uk.ibm.com (HELO mtagate2.uk.ibm.com) (195.212.29.135) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 11 Jan 2005 08:24:46 -0800 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate2.uk.ibm.com (8.12.10/8.12.10) with ESMTP id j0BGOhpN227870 for ; Tue, 11 Jan 2005 16:24:43 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j0BGP447149362 for ; Tue, 11 Jan 2005 16:25:04 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11/8.12.11) with ESMTP id j0BGOgxl025173 for ; Tue, 11 Jan 2005 16:24:42 GMT Received: from d06ml063.portsmouth.uk.ibm.com (d06ml063.portsmouth.uk.ibm.com [9.149.38.83]) by d06av02.portsmouth.uk.ibm.com (8.12.11/8.12.11) with ESMTP id j0BGOgdv025170 for ; Tue, 11 Jan 2005 16:24:42 GMT In-Reply-To: Subject: Re: errno To: "Apache AXIS C Developers List" Cc: "Apache AXIS C Developers List" X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 Message-ID: From: Andrew Perry2 Date: Tue, 11 Jan 2005 16:28:57 +0000 X-MIMETrack: Serialize by Router on D06ML063/06/M/IBM(Release 6.51HF338 | June 21, 2004) at 11/01/2005 16:24:56 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I always had to specify REENTRANT on HP-UX 11.00. Andrew Perry IBM C/C++ Web Services Client perryan@uk.ibm.com Mail Point 127 IBM UK Laboratories. Hursley Park, Winchester, Hants. SO21 2JN Tel. Internal 249828 External + 44 (0)1962 819828 Fax. + 44(0)1962 818080 Nadir Amra To 11/01/2005 16:20 "Apache AXIS C Developers List" cc Please respond to "Apache AXIS C Subject Developers List" Re: errno Not sure about other platforms, but OS/400 errno is thread-safe. I think this is true for AIX and Linux, but you may need to verify. Nadir K. Amra e-Business Technologies - IBM eServer i5/OS IBM Rochester, MN, (Tel. 507-253-0645, t/l 553-0645) Internet: amra@us.ibm.com John Hawkins wrote on 01/11/2005 05:45:38 AM: > > Hi Folks, > > Still looking into errno ! > After finding yet another issue that was solved by getting errno. I > want to use it but it isn't thread-safe. Looking here -> http: > //httpd.apache.org/docs-2.0/developer/thread_safety.html > It gives the recommendation of "make sure your module or library defines > _REENTRANT or is compiled with -D_REENTRANT. " > > It seems fair enough but has anyone had any experience with using this ? > > John Hawkins