On Apr 26, 2007, at 8:24 AM, [EMAIL PROTECTED] wrote:
I noticed that Jetspeed is taking stats on portlets, pages and users.
For my project stats are not of interest.
Are these stats a possible overhead? There is a way of disabling them?
Thank you in advance for any answer,
Marco
Statistics can be turned off, but form the performance testing I've
done, statistics are a small overhead.
To turn Statistics off, in the Spring configuration file statistics.xml:
<!-- logToCLF -->
<constructor-arg index='0' type="boolean"><value>false</
value></constructor-arg>
<!-- logToDatabase -->
<constructor-arg index='1' type="boolean"><value>false</
value></constructor-arg>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]