Message100373
The subprocess module's close_fds=True behavior is suboptimal. It gets the maximum fd number and calls close() on each possible fd in the child process.
When you're running on large systems configured for 1million+ file descriptor limits per process.... This makes launching a subprocess uber painful.
I'm in the middle of some posix subprocess fixing, i'll add this to my todo list and fix it up. |
|
| Date |
User |
Action |
Args |
| 2010-03-04 03:17:59 | gregory.p.smith | set | recipients:
+ gregory.p.smith, jyasskin |
| 2010-03-04 03:17:59 | gregory.p.smith | set | messageid: <[email protected]> |
| 2010-03-04 03:17:56 | gregory.p.smith | link | issue8052 messages |
| 2010-03-04 03:17:56 | gregory.p.smith | create | |
|