| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Doug Zwick wrote:
Eduard de Jong wrote:
However, one key point i tried to make, which i'm not sure has come across as clear as i wished, is that there is no choice in being thread safe or not:
A program that is not thread safe is an INCORRECT program. Whatever speed&memory performance gain it has it still is a broken program, it CAN FAIL AT ANY TIME.
This statement is certainly true, however it does not follow that *any* program making use of a class (or other piece of software) that is not MT-safe becomes MT-safe.
How the non-safe software is used is important. Serializing access to non-safe code through a single thread is a valid technique for creating MT-safe software, and is commonly used.
_______________________________________________ Do not post admin requests to the list. They will be ignored. Java-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/java-dev/email@hidden
| References: | |
| >Re: immutable BigInteger (From: Doug Zwick <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.