From: Siva S. S. <ss...@lu...> - 2001-08-09 17:39:37
|
Hi, I know a zillion questions would have been asked about embedding jython in java, but I need to know how to do this. The problem is as follows I have a java application which will create some number of jython interpreters and each one of the created interpreters will be executing a same script over and over again. So I don't want the interpreter to waste time parsing the script again and again. So I want to know is there someway for me to avoid parsing. Is there someway I could save the parsed code in binary form in memory and get Jython to use that? Any help regarding this question would be greatly appreciated. thanks, Siva |