Re: Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...)
Gaetano Mendola <mendola@bigfoot.com>
From: "Gaetano Mendola" <mendola@bigfoot.com>
To: <pgsql-hackers@postgresql.org>
Cc: "Peter Eisentraut" <peter_e@gmx.net>
Date: 2003-09-01T23:43:28Z
Lists: pgsql-hackers
"Peter Eisentraut" <peter_e@gmx.net> wrote: > Reentrancy is (usually) a property of the interface (hence *_r functions > with differing interfaces), thread-safety is a feature of the > implementation; May I not agree with this definition ? Reentrancy is a property of the implemention that assure that the code can be executed simultaneously by concurrent program. Thread safety instead involve concept like critical section and the ability to force the non execution simultaneously of part of the code. I agree anyway that are orthogonal concept. Regards Gaetano Mendola