Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #84772
| From | Andres Riancho <andres.riancho@gmail.com> |
|---|---|
| Date | 2015-01-28 10:07 -0300 |
| Subject | multiprocessing module backport from 3 to 2.7 - spawn feature |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.18226.1422467570.18130.python-list@python.org> (permalink) |
List, I've been searching around for a multiprocessing module backport from 3 to 2.7.x and the closest thing I've found was celery's billiard [0] which seems to be a work in progress. The feature I'm specially interested in is the ability to spawn processes [1] instead of forking, which is not present in the 2.7 version of the module. Anyone knows about a working backport of the multiprocessing 3k module? [0] https://github.com/celery/billiard [1] https://docs.python.org/3.4/library/multiprocessing.html#multiprocessing.set_start_method Regards, -- Andrés Riancho Project Leader at w3af - http://w3af.org/ Web Application Attack and Audit Framework Twitter: @w3af GPG: 0x93C344F3
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
multiprocessing module backport from 3 to 2.7 - spawn feature Andres Riancho <andres.riancho@gmail.com> - 2015-01-28 10:07 -0300
csiph-web