# concurrent_program_demo **Repository Path**: tianmaolin/concurrent_program_demo ## Basic Information - **Project Name**: concurrent_program_demo - **Description**: 并发编程技术分享 - **Primary Language**: Java - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-10 - **Last Updated**: 2021-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Windows支持2000个,Linux支持1000个,因为进程会向OS申请资源。 守护线程是后台运行的线程,一般是用来提供基层服务的,当一个进程中没有用户线程存在的话,守护线程就会随之结束。