Right now it doesn't run. See http://code.google.com/p/web2py/issues/detail?id=341 for more detail. If anyone has managed to get it to run please update the issue with details. There are issues with imports (which can be hacked around) and the ticketing system crashes.
As Massimo points out if we can get it to work there are known issues with templates (due to the regex behavior) which were seen with earlier versions of web2py so for Jython to be viable there are a significant number of problems to solve first. RE Speed, I'm actually pretty impressed with Jython's speed but I've not done any benchmarks. 2.5.2 is noticeably faster than 2.2. Start up speed can be slow but once it starts running I've had good success with it (I use it on a few machines where CPython deployment is tricky). This is general Jython performance observation, web2py and Jython are not a working combination at the moment. Chris (note my email address has changed, the domain name is now Actian not Ingres) On Oct 3, 1:18 pm, Massimo Di Pierro <[email protected]> wrote: > My experience is that it relays on the java regular expression parser > instead of the python one and that result in difference of behavior. > > On Oct 3, 2:09 pm, Phyo Arkar <[email protected]> wrote: > > > My exprience with jython is , its VERY slow compare to CPython , so No > > I am not going to recommend it. > > > On 10/1/11, elffikk <[email protected]> wrote: > > > > hi, > > > > I am interested to know if there is anyone using jython with web2py in > > > production > > > > - on top of what server > > > - with what database > > > - what is the memory consumption > > > - what is the performance > > > > thank you > >

