Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

concurrent.futures is nice but it's a real shame that ThreodPoolExecutor doesn't take an initializer argument like multiprocessing.Pool does; e.g., if you want a bunch of processes to work on a big data file, it's convenient to have all workers load that file at initialization. See https://code.google.com/p/pythonfutures/issues/detail?id=11


You should probably file your bugs here: http://bugs.python.org/ with the expectation that fixes will be backported.





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: