Dan Kegel wrote:
> It seems to me that the Swing architects came to
> a conclusion about how to write thread-safe programs:
> thread safety is difficult.  The best way to achieve
> it is to carefully segment programs such that the
> interfaces between threads are particularly well understood.

A page that goes into more detail on this is
http://www.javaworld.com/javaworld/jw-10-1998/jw-10-assure.html
- Dan

Reply via email to