From: Frank C. <fc...@pu...> - 2003-11-06 22:20:47
|
A TestMaker user posted this to our support email list regarding Jython having an upper limit of 64K on any given method. I was wondering if this is true? -Frank From: Pit...@ao... Date: Sat Nov 1, 2003 12:54:22 PM US/Pacific To: de...@li... Subject: [Dev] Work around for Maximum Size of Data in a method < 64K Reply-To: Load and TestMaker Developers List <de...@li...> Folks, I went to run a rather large script the other day and ran into a problem. It apperas that JPython (an i believe java) has a limit of 64k of data in any given method, and throws an exception if it is passed. I had a rather large hashtable, and ran into this. Anone else seen/dalt with this? Wonder if hashtables are less efficient than other storgage mechanisms. many thanks, mp |