Приручаем потоки Java (Taming Java Threads)
Автор: Ален Холаб (Allen Holub)
Год издания:
В этом учебном пособии описана работа с одной из самых ценных возможностей языка Java - многопоточностью и оно знакомит читателя не только с тем, как правильно использовать потоки, но и рассматривает работу с ними во всевозможных аспектах - swing, oop, patterns и т.д.
Книга рассчитана не для начинающих программистов, а для специалистов, уже работающих в этой сфере.
Design of Multithreaded Software. The Entity-Life Modeling Approach
Автор: Bo Sanden I.
Год издания:
This book assumes familiarity with threads (in a language such as Ada, C#, or Java) and introduces the entity-life modeling (ELM) design approach for certain kinds of multithreaded software. ELM focuses on «reactive systems,» which continuously interact with the problem environment. These «reactive systems» include embedded systems, as well as such interactive systems as cruise controllers and automated teller machines. Part I covers two fundamentals: program-language thread support and state diagramming. These are necessary for understanding ELM and are provided primarily for reference. Part II covers ELM from different angles. Part III positions ELM relative to other design approaches.