目录1.为什么要有进程池2.进程池的工作原理2.1 进程池的工作流程3. 进程池的实现(重点)3.1 Channel类3.2 ProcessPool类3.2.1 创建子进程3.2.2 杀死所有进程3.2.3 其他功能3.3 控制进程池4. 完整代码5. 总结1.为什么
Is there anyone who has a good (basic) UML class diagram to get me started on an object oriented CMS?