Re: multiprocessing and dictionaries

2009-07-13 Thread Piet van Oostrum
Bjorn Meyer bjorn.m.me...@gmail.com (BM) wrote: BM I am trying to convert a piece of code that I am using the thread module with BM to the multiprocessing module. BM The way that I have it set up is a chunk of code reads a text file and assigns BM a dictionary key multiple values from the

Re: multiprocessing and dictionaries

2009-07-13 Thread Bjorn Meyer
On Monday 13 July 2009 01:56:08 Piet van Oostrum wrote: Bjorn Meyer bjorn.m.me...@gmail.com (BM) wrote: BM I am trying to convert a piece of code that I am using the thread module with BM to the multiprocessing module. BM The way that I have it set up is a chunk of code reads a text

multiprocessing and dictionaries

2009-07-12 Thread Bjorn Meyer
I am trying to convert a piece of code that I am using the thread module with to the multiprocessing module. The way that I have it set up is a chunk of code reads a text file and assigns a dictionary key multiple values from the text file. I am using locks to write the values to the

Re: multiprocessing and dictionaries

2009-07-12 Thread Chris Rebert
On Sun, Jul 12, 2009 at 10:16 AM, Bjorn Meyerbjorn.m.me...@gmail.com wrote: I am trying to convert a piece of code that I am using the thread module with to the multiprocessing module. The way that I have it set up is a chunk of code reads a text file and assigns a dictionary key multiple