Re: [Pyobjc-dev] parallel processing
Brought to you by:
ronaldoussoren
|
From: Ronald O. <ron...@ma...> - 2009-03-28 20:28:39
|
On 28 Mar, 2009, at 13:43, Daniel Ashbrook wrote: > What's the recommended way to do parallel processing under PyObjc? I > assume that NSThreads are bound by the same GIL limitation that > prevents parallel processing under standard python. W.r.t. the GIL limitation: have a look at "unloaden swallow". This is a project from Google that intends to speed CPython 5x by the end of the year and has GIL-removal on their roadmap. I'm definitely keeping an eye on this project and will support PyObjC on it when they get around to remove the GIL (and I shouldn't have to do anything before that) Ronald |