From commits-noreply at bitbucket.org Thu Feb 17 16:56:25 2011 From: commits-noreply at bitbucket.org (Bitbucket) Date: Thu, 17 Feb 2011 15:56:25 -0000 Subject: [execnet-commit] commit/execnet: hpk42: a simple taskserver.py which shows how to saturate a number of CPUs with processing tasks Message-ID: <20110217155625.6188.68832@bitbucket01.managed.contegix.com> 1 new changeset in execnet: http://bitbucket.org/hpk42/execnet/changeset/527c8b199c9d/ changeset: r384:527c8b199c9d user: hpk42 date: 2011-02-17 16:56:03 summary: a simple taskserver.py which shows how to saturate a number of CPUs with processing tasks affected #: 2 files (1.7 KB) --- a/doc/example/test_multi.txt Sun Nov 28 19:39:18 2010 +0100 +++ b/doc/example/test_multi.txt Thu Feb 17 16:56:03 2011 +0100 @@ -73,3 +73,19 @@ ... assert res1 == 42 >>> group + + + +saturate multiple Hosts and CPUs with tasks to process +-------------------------------------------------------- + +If you have multiple CPUs or hosts you can create as many +gateways and then have a process sit on each CPU and wait +for a task to proceed. One complication is that we +want to ensure clean termination of all processes +and loose no result. Here is an example that just uses +local subprocesses and does the task: + +.. include:: taskserver.py + :literal: + Repository URL: https://bitbucket.org/hpk42/execnet/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. From execnet-commit at codespeak.net Mon Feb 21 03:18:50 2011 From: execnet-commit at codespeak.net (execnet-commit at codespeak.net) Date: Mon, 21 Feb 2011 02:18:50 -0000 Subject: [execnet-commit] Your invoice from VIAGRA - #0898169910 Message-ID: <20110221051340.2458.qmail@agb58.internetdsl.tpnet.pl> An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/execnet-commit/attachments/20110221/6207b409/attachment.htm From commits-noreply at bitbucket.org Wed Mar 2 17:09:46 2011 From: commits-noreply at bitbucket.org (Bitbucket) Date: Wed, 02 Mar 2011 16:09:46 -0000 Subject: [execnet-commit] commit/execnet: hpk42: don't care about this flaky issue Message-ID: <20110302160946.12971.45298@bitbucket02.managed.contegix.com> 1 new changeset in execnet: http://bitbucket.org/hpk42/execnet/changeset/2cf522f90f8a/ changeset: r385:2cf522f90f8a user: hpk42 date: 2011-03-02 17:09:08 summary: don't care about this flaky issue affected #: 1 file (53 bytes) --- a/testing/test_termination.py Thu Feb 17 16:56:03 2011 +0100 +++ b/testing/test_termination.py Wed Mar 02 17:09:08 2011 +0100 @@ -57,11 +57,9 @@ out = py.builtin._totext(out, 'utf8') assert str(pid) not in out, out + at py.test.mark.xfail(reason="non-resolved race/wait/interrupt_main/thread-loop " + "issue with some Python interpreters") def test_close_initiating_remote_no_error(testdir, anypython): - x = str(anypython).replace(".", "") - if '24' in x or '25' in x: - py.test.xfail("race/wait/interrupt_main/thread-loop issue " - "with Python <= 2.6") p = testdir.makepyfile(""" import sys sys.path.insert(0, %r) Repository URL: https://bitbucket.org/hpk42/execnet/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.