воскресенье, 4 октября 2009 г.

Some Concurrency Tips

Some Concurrency Tips:
- Prefer immutable objects/data
- Hold Locks for as short a time as possible
- Prefer executors and tasks to threads
- Prefer Concurrency utilities to wait and notify
- Multithreaded Lazy Initialization is tricky

Комментариев нет:

Отправить комментарий