Re: [python-win32] PyParallel - an experimental multicore fork of Python 3 for Windows

2015-08-03 Thread Trent Nelson
On Sun, Aug 02, 2015 at 10:04:09PM -0700, Glyph wrote: On Aug 2, 2015, at 5:10 PM, Trent Nelson tr...@snakebite.org wrote: (OS X has GCD, which comes close.) For what it's worth, libdispatch has been ported to other POSIX platforms:

Re: [python-win32] PyParallel - an experimental multicore fork of Python 3 for Windows

2015-08-02 Thread Glyph
On Aug 2, 2015, at 5:10 PM, Trent Nelson tr...@snakebite.org wrote: (OS X has GCD, which comes close.) For what it's worth, libdispatch has been ported to other POSIX platforms: https://lists.macosforge.org/pipermail/libdispatch-dev/2011-April/000485.html

Re: [python-win32] PyParallel - an experimental multicore fork of Python 3 for Windows

2015-08-02 Thread Trent Nelson
On Sat, Aug 01, 2015 at 02:54:16PM +, paul_kon...@dell.com wrote: On Jul 31, 2015, at 4:14 PM, Trent Nelson tr...@snakebite.org wrote: Hi folks, Bit off-topic, but just wanted to let people know about an experimental proof-of-concept fork of Python 3 I've been working on

Re: [python-win32] PyParallel - an experimental multicore fork of Python 3 for Windows

2015-08-02 Thread Trent Nelson
Hey Zach! On Fri, Jul 31, 2015 at 11:01:15PM -0500, Zachary Ware wrote: On Fri, Jul 31, 2015 at 4:05 PM, Bob Hood bho...@comcast.net wrote: Outstanding, Trent. Python's horrible multithreading support is something that has really kept it from being used in serious environments. Your work

Re: [python-win32] PyParallel - an experimental multicore fork of Python 3 for Windows

2015-08-02 Thread Trent Nelson
On Sat, Aug 01, 2015 at 02:54:16PM +, paul_kon...@dell.com wrote: On Jul 31, 2015, at 4:14 PM, Trent Nelson tr...@snakebite.org wrote: Hi folks, Bit off-topic, but just wanted to let people know about an experimental proof-of-concept fork of Python 3 I've been working on

Re: [python-win32] PyParallel - an experimental multicore fork of Python 3 for Windows

2015-08-01 Thread Zachary Ware
On Fri, Jul 31, 2015 at 4:05 PM, Bob Hood bho...@comcast.net wrote: Outstanding, Trent. Python's horrible multithreading support is something that has really kept it from being used in serious environments. Your work may not cover all platforms yet, but this is a great first step! I'd like

Re: [python-win32] PyParallel - an experimental multicore fork of Python 3 for Windows

2015-08-01 Thread Paul_Koning
On Jul 31, 2015, at 4:14 PM, Trent Nelson tr...@snakebite.org wrote: Hi folks, Bit off-topic, but just wanted to let people know about an experimental proof-of-concept fork of Python 3 I've been working on for the past couple of years called PyParallel: http://pyparallel.org. It

Re: [python-win32] PyParallel - an experimental multicore fork of Python 3 for Windows

2015-07-31 Thread Trent Nelson
On Fri, Jul 31, 2015 at 07:17:55PM -0400, Dennis Lee Bieber wrote: On Fri, 31 Jul 2015 16:14:43 -0400, Trent Nelson tr...@snakebite.org declaimed the following: Hi folks, Bit off-topic, but just wanted to let people know about an experimental proof-of-concept fork of Python 3 I've been

[python-win32] PyParallel - an experimental multicore fork of Python 3 for Windows

2015-07-31 Thread Trent Nelson
Hi folks, Bit off-topic, but just wanted to let people know about an experimental proof-of-concept fork of Python 3 I've been working on for the past couple of years called PyParallel: http://pyparallel.org. It essentially gets around the GIL limitations and allows Python code to run

Re: [python-win32] PyParallel - an experimental multicore fork of Python 3 for Windows

2015-07-31 Thread Bob Hood
On 7/31/2015 2:14 PM, Trent Nelson wrote: Hi folks, Bit off-topic, but just wanted to let people know about an experimental proof-of-concept fork of Python 3 I've been working on for the past couple of years called PyParallel: http://pyparallel.org. It essentially gets around the GIL