|
 |
Invisible schrieb:
> Safe languages don't permit race conditions in the first place.
You're far off from reality there.
Any language that can access a file allows you to program a race
condition. All you need to do is write two programs to access the same
file intermittently in a suitable manner.
Any language that can /not/ access a file is useless in practice.
Thus, if safe languages don't permit race conditions in the first place,
then it follows that safe languages must be useless in practice.
(Some other OS resources will probably qualify as building blocks for a
race condition generator, too; in this sense, file access is only given
an example.)
Post a reply to this message
|
 |