• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: You backtracked too far?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: You backtracked too far?


  • Subject: Re: You backtracked too far?
  • From: Aaron Rosenzweig <email@hidden>
  • Date: Wed, 13 Apr 2016 08:50:14 -0400

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);
}

Aaron Rosenzweig / Chat 'n Bike
e:  email@hidden  t:  (301) 956-2319
Chat 'n Bike Chat 'n Bike
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
  • Follow-Ups:
    • Re: You backtracked too far?
      • From: Hugi Thordarson <email@hidden>
References: 
 >You backtracked too far? (From: Hugi Thordarson <email@hidden>)

  • Prev by Date: You backtracked too far?
  • Next by Date: Re: Build strangeness, I am completely stumped
  • Previous by thread: You backtracked too far?
  • Next by thread: Re: You backtracked too far?
  • Index(es):
    • Date
    • Thread