52ky 发表于 2022-6-16 08:36:23

Java并发程序设计教程.pdf

1、线程使用经验:设置名称、响应中断、使用ThreadLocal2、Executor:ExecutorService和Future☆☆☆
3.阻塞队列:put和ltake,offer和poll,drainTo
4、线程间的协调方式:lock、condition、wait、notify、notifyAll☆☆☆
5、无锁:atomic、concurrentMap.putlfAbsent、CopyOnWriteArrayList☆☆☆6。使用锁的经验介绍
7.并发过程控制方式:CountDownlatch、Barrier
8、定时器:ScheduledExecutorService,大型定时器TimerWheel9,并发三大定律:Amdahl、Gustafson、Sun-Ni
10. 神与书
11.行业发展:GPGPU、OpenCL12、复习题

(1. Thread experience: setting name, responding to interrupt, using threadlocal2, executor:executorservice and future ☆☆
3. blocking queue: put and ltake, offer and poll, drainto
4. Coordination methods among threads: lock, condition, wait, notify, notifyAll ☆☆
5. No lock: Atomic, concurrentmap putlfAbsent、CopyOnWriteArrayList☆☆☆6。 Introduction to the experience of using locks
7. concurrent process control mode: countdownlatch, barrier
8. Timer: scheduledexecutorservice, large timer timerwheel 9, three laws of Concurrency: Amdahl, Gustafson, sun Ni
10. God and Book
11. industry development: GPGPU, opencl12, review questions)




页: [1]
查看完整版本: Java并发程序设计教程.pdf