Re: out of memory with processing module

2009-04-21 Thread alessiogiovanni . baroni
On 20 Apr, 18:32, Brian wrote: > On Apr 20, 9:18 am, alessiogiovanni.bar...@gmail.com wrote: > > > > > On 20 Apr, 17:03, Brian wrote: > > > > I'm using the third-party "processing" module in Python 2.5, which may > > > have become the "multiprocessing" module in Python 2.6, to speed up > > > the

Re: out of memory with processing module

2009-04-20 Thread Brian
On Apr 20, 9:18 am, alessiogiovanni.bar...@gmail.com wrote: > On 20 Apr, 17:03, Brian wrote: > > > > > I'm using the third-party "processing" module in Python 2.5, which may > > have become the "multiprocessing" module in Python 2.6, to speed up > > the execution of a computation that takes over a

Re: out of memory with processing module

2009-04-20 Thread Brian
On Apr 20, 9:18 am, alessiogiovanni.bar...@gmail.com wrote: > On 20 Apr, 17:03, Brian wrote: > > > > > I'm using the third-party "processing" module in Python 2.5, which may > > have become the "multiprocessing" module in Python 2.6, to speed up > > the execution of a computation that takes over a

Re: out of memory with processing module

2009-04-20 Thread alessiogiovanni . baroni
On 20 Apr, 17:03, Brian wrote: > I'm using the third-party "processing" module in Python 2.5, which may > have become the "multiprocessing" module in Python 2.6, to speed up > the execution of a computation that takes over a week to run. The > relevant code may not be relevant, but it is: > >