• 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: Chuck Hill <email@hidden>
  • Date: Wed, 13 Apr 2016 16:26:22 +0000
  • Thread-topic: You backtracked too far?

Try
er.extensions.maxPageReplacementCacheSize






On 2016-04-13, 8:56 AM, "webobjects-dev-bounces+chill=email@hidden on behalf of Hugi Thordarson" <webobjects-dev-bounces+chill=email@hidden on behalf of email@hidden> wrote:

>Thanks Aaron, I’ll try this out.
>
>And yes, I’m doing a lot of operations on a single page. Perhaps I’m best off upping the size of the WO page cache size to 1000 or so :)
>
>- hugi
>
>
>
>> On 13. apr. 2016, at 12:50, Aaron Rosenzweig <email@hidden> wrote:
>>
>> 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
>>
>>
>> On Apr 13, 2016, at 8:39 AM, Hugi Thordarson <email@hidden> wrote:
>>
>>> Hi all.
>>> I’m using a lot of Ajax components in my apps but I regularly get the beloved “You backtracked too far”-error, and I have absolutely no idea why.
>>>
>>> I know it’s a rather vague problem description, but before I start digging; has anyone got any generic ideas on what might be the problem?
>>>
>>> Cheers,
>>> - hugi
>>> _______________________________________________
>>> 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
>>
>
>
> _______________________________________________
>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

 _______________________________________________
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


References: 
 >You backtracked too far? (From: Hugi Thordarson <email@hidden>)
 >Re: You backtracked too far? (From: Aaron Rosenzweig <email@hidden>)
 >Re: You backtracked too far? (From: Hugi Thordarson <email@hidden>)

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