From: Edgardo G. <edg...@cr...> - 2002-01-25 13:01:58
|
Hi, I'm executing a script of jython 2.0 from a servlet and I need to reduce the answer time. At this moment, I'm compiling and saving the compiled code in memory in order to not compile the following times. The question is: Does it exist other way to decrease the answer time. |