[BUG] Accessing source code is not thread-save

Lukas Renggli renggli at gmail.com
Wed Nov 2 16:05:57 UTC 2005


> The same problem is there in many low level OS libraries - Squeak
> just copied the model in the ANSI C   stdio.h standard. I always did
> think it was pretty stupid. A read/write(file, pos, numbytes) is much
> safer.

Interesting. Another strange thing about files is to cache their size,
as it has been already reported several times in the list. When having
different FileStream-instances onto the same file they don't
necessarily have the same size :-(

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch



More information about the Squeak-dev mailing list