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


Groups > comp.lang.python > #69791

threading

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin1!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <oxhazaroglu@ualr.edu>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.132
X-Spam-Level *
X-Spam-Evidence '*H*': 0.74; '*S*': 0.00; 'arkansas': 0.16; 'experiments': 0.16; 'somehow.': 0.16; 'student': 0.16; 'library': 0.18; 'basically': 0.19; 'passing': 0.19; 'memory': 0.22; 'ph.d.': 0.24; "i've": 0.25; 'message-id:@mail.gmail.com': 0.30; 'run': 0.32; 'running': 0.33; 'candidate': 0.34; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'received:209': 0.37; '8bit%:4': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'little': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'university': 0.39; 'email addr:gmail.com': 0.63; 'different': 0.65; 'between': 0.67; 'results': 0.69; 'sharing': 0.69; 'experiment': 0.84
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=PIN7S5X9zOfMMN4s56neqNL9XUOjrb4jGxuOOm13+OU=; b=Iqq/ehG9PvmNXpg/A8XfXG62JcjaG59/tHiRDF9glPb96A+MKADCz0m/aOPEg8kk4X deoJqM9+vUaOvx0Zs1h8YtgIBy4kMjbX8lf4lBC/wVcIJ3PHNblPfa/sLNHRkjfYuwG9 U/izhfSlD5Y6NdQTIdbok2SksXJDhf2YLP187vbBZtlGx2KANV7yz4CY6X15rn1PYI1F nuWhsypGEDaX7qEklGEySk34XvO83/Ye2zVq/EYsuyY9PadQMDNUjKTFmchKW8M34zmM L1uwUJw5JFWyiQQsU0M7HzSdnkqlzA7GTmq5XM1vgPStKse1S2PyiW1OUDVmjw1RFkGp +jSQ==
X-Gm-Message-State ALoCoQmekNTy2cZ4Xg1fa5Z97XIWs6Zv/RRmD6AeuqMHBkXcD8BEqTorsYtAJEcniDKXjGCMdeUQ
X-Received by 10.68.164.4 with SMTP id ym4mr28594205pbb.53.1396839297163; Sun, 06 Apr 2014 19:54:57 -0700 (PDT)
MIME-Version 1.0
From Onder Hazaroglu <oxhazaroglu@ualr.edu>
Date Sun, 6 Apr 2014 21:54:37 -0500
Subject threading
To python-list@python.org
Content-Type multipart/alternative; boundary=047d7b5d36101db9c104f66afef6
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.8968.1396839306.18130.python-list@python.org> (permalink)
Lines 87
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1396839306 news.xs4all.nl 2922 [2001:888:2000:d::a6]:36459
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:69791

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

Hello,
I've been using threading library to run some experiments parallel. There is
no message passing between my threads but still it messes up somehow. The
results are different than running it separated. Basically I experiment with
three threads working on three different files but the results are different
than running three of them sequentially. Is there a way to make sure that
there is no memory sharing between threads?

-- 
Best Regards,

Onder HAZAROGLU | Graduate Student | Ph.D. Candidate
University of Arkansas at Little Rock | Computer Science Department
EIT Bldg. | (501) 615-3851 | oxhazaroglu@ualr.edu, onderhazaroglu@gmail.com

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

threading Onder Hazaroglu <oxhazaroglu@ualr.edu> - 2014-04-06 21:54 -0500
  Re: threading Rustom Mody <rustompmody@gmail.com> - 2014-04-06 20:22 -0700

csiph-web