Mantis - Resin
Viewing Issue Advanced Details
2154 major always 11-07-07 13:58 11-07-07 17:56
copart  
ferg  
normal  
closed 3.0.23  
fixed  
none    
none 3.0.25  
0002154: Session data is being loaded from jdbc store for static content
Requests for static content are causing session data to be loaded from the jdbc store with always-load-session true; no filters are being applied to this content.

The overhead of these session loads is causing a significant performance hit
[15:01:54.025] real-path /menu/images/tab_on_left_home.gif -> /usr/local/resin/resin-c2-prod/webapps/buyer/menu/images/
[15:01:54.025] invoke (uri:/menu/images/tab_on_left_home.gif -> resin-file)
[15:01:54.027] allocate PoolItem[jdbc/c2DataSource,0,com.caucho.sql.ManagedConnectionImpl@43ee148b]
[15:01:54.028] load jdbc: default__c2;abc_9u-glb8Ah7nHDS4xr
[15:01:54.034] idle PoolItem[jdbc/c2DataSource,0,com.caucho.sql.ManagedConnectionImpl@43ee148b]

Notes
(0002462)
ferg   
11-07-07 17:56   
server/01ka