On Monday 13 July 2009 13:12:18 Piet van Oostrum wrote:
> >>>>> Bjorn Meyer (BM) wrote:
> >
> >BM> Here is what I have been using as a test.
> >BM> This pretty much mimics what I am trying to do.
> >BM> I put both threading and multiprocessing
On Monday 13 July 2009 01:56:08 Piet van Oostrum wrote:
> >>>>> Bjorn Meyer (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 t
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 dictionary
Thank you for your reply.
This is pretty much what I found from my digging around. I asume this can
still be done.
Is there an easy way to determine what needs to be added to the environment?
Bjorn
On Fri, Mar 21, 2008 at 2:01 AM, Robert Bossy <[EMAIL PROTECTED]>
wrote:
> Bjorn Me
I appologize if this been discussed previously. If so, just point me to that
information.
I have done a fair bit of digging, but I haven't found a description of what
to actually do.
I have a fairly lengthy script that I am able to run without any problems
from a shell. My problem is, now I am wa