On Mon, Sep 21, 2009 at 6:34 AM, Xavi Ramirez <xavi....@gmail.com> wrote:

>
> Doesn't that disable garbage collection for the whole site?
>
> Is it possible to turn off on specific pages?
>

It's currently not possible to turn of Lift's GUID <-> Function GC on a page
by page basis.

What's the use case for this?  Why is a once every 75 second ajax request to
the server causing issues?


>
> Thanks,
> Xavi
>
> On Mon, Sep 21, 2009 at 4:41 AM, Timothy Perrett
> <timo...@getintheloop.eu> wrote:
> >
> > Chas,
> >
> > This has been asked a million times on list - did you not try
> > searching one of the many archives?
> >
> > LiftRules.enableLiftGC = false;
> >
> > Tim
> >
> >
> > On 21 Sep 2009, at 08:37, Charles F. Munat wrote:
> >
> >>
> >> Is it possible to turn off garbage collection on an individual page if
> >> there's nothing to be garbage collected on that page? If so, how does
> >> one do it?
> >>
> >> Is it possible to turn off garbage collection completely? If so, how?
> >>
> >> I can't seem to find this anywhere.
> >>
> >> Chas.
> >>
> >> >
> >>
> >
> >
> > >
> >
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to