Jython webapp performance
Posted
by DrPep
on Stack Overflow
See other posts from Stack Overflow
or by DrPep
Published on 2010-03-21T10:41:16Z
Indexed on
2010/03/21
11:01 UTC
Read the original article
Hit count: 630
I'm currently building a Jython web app but am concerned about Jython application performance. I take some comfort in that any compute intensive tasks I can write in a separate Java jar and invoke them from Jython. Has anyone had problems doing this, or forsee issues with such a setup?
© Stack Overflow or respective owner