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


Groups > comp.lang.python > #84772

multiprocessing module backport from 3 to 2.7 - spawn feature

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!ecngs!feeder2.ecngs.de!novso.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <andres.riancho@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.016
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; '[0]': 0.09; 'closest': 0.09; 'subject:2.7': 0.09; 'subject:module': 0.09; 'url:github': 0.09; '2.7': 0.14; 'module?': 0.16; 'spawn': 0.16; 'subject:skip:m 10': 0.16; 'module': 0.19; 'seems': 0.21; 'progress.': 0.24; "i've": 0.25; 'specially': 0.26; 'feature': 0.29; '[1]': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'twitter:': 0.31; 'anyone': 0.31; 'url:python': 0.33; 'framework': 0.33; 'subject:from': 0.34; 'knows': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'module.': 0.36; 'url:org': 0.36; 'searching': 0.37; 'application': 0.37; 'project': 0.37; 'url:library': 0.38; 'to:addr:python-list': 0.38; 'list,': 0.38; 'ability': 0.39; 'to:addr:python.org': 0.39; 'url:3': 0.61; 'url:4': 0.69; 'audit': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=qyrCu6LGTZP+oL53f91i2RozqOqM/j+SU2Z4V8SGbac=; b=Jbep5nI6liFIlP8PdY1JYe8sxovd4jLTjtTz5Q9/0N/LWtOe59/IYtoXyMv9J2Oe79 zwD8Y6VpfrsOh5pn2nu+zpOtjl+cCNRHApKkjvrEJzXet/RTBClxbXlmBl99N8QZAP+g DXHHlgLhw2A3+5q+iksahs2g3KfazRSsV3YLbo0d3zCFquIS5M12lxX3TMAb1cbwWgn/ uniUdfPVF+WA1JzZX2slBEP8xk6awb5RCz6IiwdtsU4Dbfaj1odDTE/fZjEi9zb0Eg3M TRaLiCSc5NQ0NOiavvC2o2Lf01kj+sESkRji5hjnnbFI1OekBzbprOa1Kkrmc6yOCsnI u7AA==
X-Received by 10.51.17.1 with SMTP id ga1mr3332456igd.33.1422450484710; Wed, 28 Jan 2015 05:08:04 -0800 (PST)
MIME-Version 1.0
From Andres Riancho <andres.riancho@gmail.com>
Date Wed, 28 Jan 2015 10:07:44 -0300
Subject multiprocessing module backport from 3 to 2.7 - spawn feature
To python-list@python.org
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
X-Mailman-Approved-At Wed, 28 Jan 2015 18:52:49 +0100
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.18226.1422467570.18130.python-list@python.org> (permalink)
Lines 23
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1422467570 news.xs4all.nl 2857 [2001:888:2000:d::a6]:48301
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:84772

Show key headers only | View raw


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


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