[Lift] Re: Lift w/o ajax

2009-08-05 Thread David Pollak
The functions will be kept for the duration of the user's session... if they're coming from a mobile device, it's unlikely that they'll accumulate too much garbage and it's unlikely that it'll be a serious issue. If it becomes an issue, we can work on it. On Tue, Aug 4, 2009 at 9:17 PM, Naftoli

[Lift] Re: Lift w/o ajax

2009-08-04 Thread jon
From http://groups.google.com/group/liftweb/msg/a66e58b85523a1d9 Add to Boot: +// Do not insert Javascript-based GC +LiftRules.enableLiftGC = false; + +// Do not include Ajax include +LiftRules.autoIncludeAjax = _ = false; On Aug 4, 8:38 pm, Naftoli Gugenheim

[Lift] Re: Lift w/o ajax

2009-08-04 Thread Naftoli Gugenheim
Thanks. Will disabling Lift GC cause functions that need to be disposed of not to be or cause Lift to dispose of functions that are needed? - jonjonhoff...@gmail.com wrote: From http://groups.google.com/group/liftweb/msg/a66e58b85523a1d9 Add to Boot: +