On Wed, 6 Feb 2002, Peter Eisentraut wrote:
> Haroldo Stenger writes:
>
> > Though, starting to think & code thread safe would be nice too.
>
> The thing about thread-safeness is that it's only actually useful when
> you're using threads. Otherwise it wastes everybody's time -- the
> programmer's, the computer's, and the user's.
The thing is, there are several areas where using threads would be a
benefit, from what I've read on this list over the years ... as time goes
on, less and less of the OSs in use dont' have threads, so we have to
start *somewhere* to work towards that sort of hybrid system ...