Here's some more detail from a discussion I had with Tucker.
Essentially, there are two things Maynard may want to try:
+ Make sure that is perl tool is up to date.
We changed the data format recently, if the perl tool is out of date, it
will surely blow it's mind.
well, I'm just saying the perl tool is not in the lps svn, it's in tools
so you need a separate [svn] up
Also,
http://wiki.openlaszlo.org/CallProfiler
Says you need to configure tomcat to accept large posts
Configuring Tomcat to Accept Large Data
It turns out there is a Tomcat server configuration maxPostSize, which
defaults to 2 MB, but which can be set to a specified value, or zero for
unlimited post size. For profiling DHTML, I needed to increase the size
beyond the 2MB default.
jakarta-tomcat-5.0.30/conf/server.xml:
<Connector port="8080"
maxPostSize="8000000"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
Max Carlson wrote:
Henry, do you have any idea why?
--
Regards,
Max Carlson
OpenLaszlo.org