0%

近期在使用 python 进行多进程编程,遇到了 too many open files 这个错误,经过分析后,发现是文件描述符的问题。

这里要知道一个概念,在 linux 中,一切都是文件。

阅读全文 »