Giter Club home page Giter Club logo

concurrencynotes's Introduction

并发学习

基本概念

  • 并发:同时拥有两个或者多个线程,如果程序在单核处理器上运行,多个线程将交替的换入或者换出内存, 这些线程是同时"存在"的,每个线程都处于执行过程中的某个状态, 如果运行在多核处理器上,此时,程序中的每个线程都将分配到一个处理器核上,因此可以同时运行。

  • 高并发:是互联网分布式系统架构设计中必须考虑的因素之一, 它通常是指,通过系统设计保证系统能够同时并行处理很多请求。

理解:

并发:多个线程操作相同的资源,保证线程安全,合理使用资源

高并发:服务能同时处理很多请求,提高程序性能

学习框架

仓库目录

并发基础

线程安全性

安全发布对象

线程安全策略

JUC之AQS

JUC之并发容器和框架

线程池

多线程并发拓展

参考资料

CL0610之java并发仓库

慕课网课程之Java并发编程入门与高并发面试

《Java并发编程的艺术》

concurrencynotes's People

Contributors

duhouan avatar ivanlu1024 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

lalaphoon llh2019

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.