On 06/23/2011 02:02 PM, Andrew Brunner wrote:

With multi-core systems simply adding a mutex/lock is not enough.
A MUTEX or FUTEX (or CriticalSection) is supposed to work as expected on multi-Core systems as well. User code is not supposed to need to bother about running on a multi-core system. If MUTEX/FUTEX does not work correctly this is a bug of the OS / SystemLibrary.

-Michael

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to