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: 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 --047d7b5d36101db9c104f66afef6 Content-Type: text/plain; charset=ISO-8859-1 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 --047d7b5d36101db9c104f66afef6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
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. T= he
results are different than running it separated. Basically I experiment= with
three threads working on three different files but the results are diff= erent
than running three of them sequentially. Is there a way to make sure th= at
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 |=A0oxhazaroglu@ualr.edu,=A0onderhazaroglu@gmail.com
--047d7b5d36101db9c104f66afef6--