Hi Hugi,
I remember Schrag (Thank you Schrag!) saying there was a cache for the Ajax components that was set at a high limit that under normal conditions you shouldn’t have to mess with.
Do you have lots and lots of Ajax in a single page? Like a long page with lots of stuff? Or lots of updates on a page you never move from?
I did a quick look on properties you can set but didn’t see anything other than this and it might be only for JSON:
if (componentBridges == null) { int limit = ERXProperties.intForKeyWithDefault((componentInstance == null) ? "er.ajax.json.globalBacktrackCacheSize" : "er.ajax.json.backtrackCacheSize", WOApplication.application().pageCacheSize()); componentBridges = new LRUMap<String, JSONRPCBridge>(limit); session.setObjectForKey(componentBridges, bridgesKey); }
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
|