Well I considered it, and it will be the way to go forward now, until the 
CPython work is done.
The Jython approach  I expect to be slow, much more scalable being that there 
is no GIL. Jython is the slowest of all the python engines. 
The CPython approach I expect to be faster, but not scale as well because of 
the GIL. However with the GIL, it is only python code itself that incurs the 
GIL, so the C++ library functions wrapped by Python will parallelize and be 
extremely fast.  CPython/Wt is also more portable. You conly need a C/C++ 
compiler and not a VM.



________________________________
 From: Pau Garcia i Quiles <pgqui...@elpauer.org>
To: Jason H <scorp...@yahoo.com>; "witty-interest@lists.sourceforge.net" 
<witty-interest@lists.sourceforge.net> 
Sent: Wednesday, September 11, 2013 4:36 PM
Subject: Re: [Wt-interest] Where's the python love?
 


What about jwt + jython + JVM?

On Tuesday, September 10, 2013, Jason H <scorp...@yahoo.com> wrote:
> I was checking in with Wt and Will said back in February "good progress" was 
> being made for a Python port. Even if it is just Python-wrapped Wt, or its 
> own thing, I don't care. But I was wondering how it is coming?
> Seems like development heaven. Though I wonder how we could have an 
> interactive console for web development?
>
>

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to