Re: [Tutor] Jython for mutlithreading and on multicore system

2011-10-17 Thread Wayne Werner
On Mon, Oct 17, 2011 at 11:13 AM, Ashish Gaonker wrote: > Does Jython improve GIL issues of python by using JVM based threads? > Will code work faster on Jython then CPython? Can anybody help me to > understand this? You can use the multiprocessing module ( http://docs.python.org/library/multipr

Re: [Tutor] Jython for mutlithreading and on multicore system

2011-10-17 Thread Alan Gauld
On 17/10/11 17:13, Ashish Gaonker wrote: Does Jython improve GIL issues of python by using JVM based threads? Will code work faster on Jython then CPython? Can anybody help me to understand this? Speaking personally I've always fond CPython to be faster than equivalent code in Jython. But that

[Tutor] Jython for mutlithreading and on multicore system

2011-10-17 Thread Ashish Gaonker
Does Jython improve GIL issues of python by using JVM based threads? Will code work faster on Jython then CPython? Can anybody help me to understand this? -- Thanks & Regards Ashish Gaonker ___ Tutor maillist - Tutor@python.org To unsubscribe or chang