Date: Tue, 28 Apr 1998 14:05:16 +0300 (IDT) From: Eli Zaretskii To: Paul Derbyshire cc: djgpp AT delorie DOT com Subject: Re: Some questions about operator new. In-Reply-To: <354560B9.BF464CF@usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 28 Apr 1998, Paul Derbyshire wrote: > 1. Is DJGPP's new thread-safe? Or would two threads doing allocation or > deletions simultaneously corrupt the arena? I don't know about the C++ library, but everything that relies on libc.a is generally NOT thread-safe. Making libc.a thread-safe would require a complete rewrite of large portions thereof, IMHO.