Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #69791
| From | Onder Hazaroglu <oxhazaroglu@ualr.edu> |
|---|---|
| Date | 2014-04-06 21:54 -0500 |
| Subject | threading |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.8968.1396839306.18130.python-list@python.org> (permalink) |
[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 | Next — Next in thread | Find similar | Unroll 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