[docs] threading

Zachary Ware zachary.ware+pydocs at gmail.com
Thu Apr 3 21:10:30 CEST 2014


Hi Onder,

On Thu, Apr 3, 2014 at 12:13 PM, Onder Hazaroglu <oxhazaroglu at ualr.edu> wrote:
> 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?

This list is not the correct place to ask this kind of question; it is
meant for discussion of the Python documentation.  You may have better
luck asking your question on python-list (python-list at python.org).

Regards,
-- 
Zach


More information about the docs mailing list