Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #84772 > unrolled thread

multiprocessing module backport from 3 to 2.7 - spawn feature

Started byAndres Riancho <andres.riancho@gmail.com>
First post2015-01-28 10:07 -0300
Last post2015-01-28 10:07 -0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  multiprocessing module backport from 3 to 2.7 - spawn feature Andres Riancho <andres.riancho@gmail.com> - 2015-01-28 10:07 -0300

#84772 — multiprocessing module backport from 3 to 2.7 - spawn feature

FromAndres Riancho <andres.riancho@gmail.com>
Date2015-01-28 10:07 -0300
Subjectmultiprocessing module backport from 3 to 2.7 - spawn feature
Message-ID<mailman.18226.1422467570.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web