Re: Digging into multiprocessing

2013-08-14 Thread Demian Brecht
Awesome, thanks for the detailed response Chris. On Tue, Aug 13, 2013 at 8:03 AM, Chris Angelico wrote: > On Tue, Aug 13, 2013 at 12:17 AM, Demian Brecht > wrote: >> Hi all, >> >> Some work that I'm doing atm is in some serious need of >> parallelization. As such, I've been digging into the mul

Re: Digging into multiprocessing

2013-08-13 Thread Chris Angelico
On Tue, Aug 13, 2013 at 12:17 AM, Demian Brecht wrote: > Hi all, > > Some work that I'm doing atm is in some serious need of > parallelization. As such, I've been digging into the multiprocessing > module more than I've had to before and I had a few questions come up > as a result: > > (Running 2.