Re: pain



Terry Reedy wrote:

"Mage" <mage@xxxxxxx> wrote in message news:42F11EC9.9060603@xxxxxxxxxx


Thank you, I will check this out. My company will switch to a jsp site.
Isn't jython slower (I mean performance) than java? As well as I
understand jython code will be interpreted twice.



I believe only in the sense that Java is interpreted twice: once to compile to Java bytecode and again, as often as you want, to run the bytecode (assuming that it is kept around, just as .pyc files are).


Thank you, I will read it thoroughly instead of just fast-reading the mainpage as last time :)

      Mage


.