| 000 | 00940camuu2200301 a 4500 | |
| 001 | 000000706376 | |
| 005 | 20010529103337 | |
| 008 | 990830s2000 mau 001 0 eng | |
| 010 | ▼a 99066823 | |
| 015 | ▼a GB99-V5193 | |
| 020 | ▼a 0201310090 | |
| 040 | ▼a DLC ▼c DLC ▼d UKM ▼d 211009 | |
| 042 | ▼a pcc | |
| 049 | 1 | ▼l 121049095 ▼f 과학 |
| 050 | 0 0 | ▼a QA76.73.J38 ▼b L4 2000 |
| 082 | 0 0 | ▼a 005.2/752 ▼2 21 |
| 090 | ▼a 005.2 ▼b L433c2 | |
| 100 | 1 | ▼a Lea, Douglas. |
| 245 | 1 0 | ▼a Concurrent programming in Java ▼b design principles and patterns / ▼c Doug Lea. |
| 250 | ▼a 2nd ed. | |
| 260 | ▼a Reading, Mass. : ▼b Addison-Wesley, ▼c c2000. | |
| 300 | ▼a ix, 411 p. ; ▼c 24 cm. | |
| 440 | 4 | ▼a The Java series |
| 650 | 0 | ▼a Java (Computer program language) |
| 650 | 0 | ▼a Parallel programming (Computer science) |
| 650 | 4 | ▼a Java (Computer program language) |
| 650 | 4 | ▼a Parallel programming (Computer science) |
Holdings Information
| No. | Location | Call Number | Accession No. | Availability | Due Date | Make a Reservation | Service |
|---|---|---|---|---|---|---|---|
| No. 1 | Location Science & Engineering Library/Sci-Info(Stacks2)/ | Call Number 005.2 L433c2 | Accession No. 121049095 (8회 대출) | Availability Available | Due Date | Make a Reservation | Service |
Contents information
Book Introduction
- One of Java's most powerful capabilities is its built-in support for concurrent programming, a design technique in which multiple concurrent activities-threads take place inside a single Java program. Thread programming enables developers to design applications that are more responsive to user demands, faster, and more easily controlled.
- This book offers comprehensive coverage of this vital aspect of the Java language. The book is completely up-to-date with the new thread model that is now incorporated into the most recent version of the Java Virtual Machine. All Java programmers interested in doing concurrent programming must understand these new concepts. The book approaches the topic from a design pattern point of view. It introduces and summarizes Java's concurrency support, shows readers how to initiate, control, and coordinate concurrent activities, and offers numerous recipe-like techniques for designing and implementing Java structures that solve common concurrent programming challenges. Specifically, the book presents important strategies for avoiding the inconsistencies that can crop up in multi-threaded programs, addresses the concept of liveness-how to ensure that all threads in use are kept active simultaneously, examines state-dependent action, and demonstrates effective methods for handling user requests in a multi-threaded environment.
Information Provided By: :
Author Introduction
덕 리(지은이)
객체지향 기술과 소프트웨어 재사용 분야에서 선두 그룹을 이끌고 있는 사람들 중 한 명으로, 8년 이상 썬 랩에서 공동 연구를 진행하고 있으며, Object-Oriented System Development(Addison-Wesley, 1993)의 공동 저자로, New Hampshire 대학에서 B.A., M.A., Ph.D를 받았다. SUNY Oswego 대학의 전산학과 교수이며, ATCP(Advanced Technology in Computer Applications)의 뉴욕 센터에 있는 소프트웨어 공학 연구실을 공동으로 이끌고 있다. Syracuse 대학에서 전자 컴퓨터 공학과의 조교수를 겸임하고 있다.
Douglas Lea(지은이)
