摘要: 在Python中,subprocess.Popen用于创建新的进程。这个创建过程是由操作系统的底层机制来执行的,并不是由Python的多进程库multiprocessing决定。subprocess.Popen在内部使用的是操作系统提供的API来启动新进程,并不直接受multiprocessing库 阅读全文
posted @ 2024-03-07 14:44 xxxxxxxxxxjh 阅读(67) 评论(0) 推荐(0)