On Jun 14, 2004, at 8:05 AM, giluka wrote:
Hi,
i use jetspeed 1.5. I've noticed that every time i refresh a page in my jetspeed portal many jdbc connection have launched.
Connection with SQL like:
SELECT TURBINE_GROUP.GROUP_ID, TURBINE_GROUP.GROUP_NAME, TURBINE_GROUP.OBJECTDATA FROM TURBINE_GROUP WHERE TURBINE_GROUP.GROUP_ID=...
SELECT TURBINE_ROLE.ROLE_ID, TURBINE_ROLE.ROLE_NAME, TURBINE_ROLE.OBJECTDATA FROM TURBINE_ROLE WHERE TURBINE_ROLE.ROLE_ID=...
Is there a method with wich i can use a cache system to reduce page loading time ?
thanks
I believe these are coming from the security checks
Its on my default, ensure that security caching in the JetspeedSecurity.properties is turned on:
services.JetspeedSecurity.caching.enable = true
A stack trace of where the select statements are being executed would help in tracking down where the SQL is being continuously executed...
-- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] [office] +01 707 773-4646 [mobile] +01 707 529 9194
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
