[web2py] Re: feed not updating on the page

2013-08-24 Thread Alan Etkin
> > Can I ask, what would be the best way to cache the feed action? I'm > currently working on my own feed as well but I'm not experienced in > implementing caching. > I guess this is the better way, because it provides a simple api: http://www.web2py.com/books/default/chapter/29/04/the-core#c

[web2py] Re: feed not updating on the page

2013-08-24 Thread lesssugar
Can I ask, what would be the best way to cache the feed action? I'm currently working on my own feed as well but I'm not experienced in implementing caching. On Saturday, August 24, 2013 8:18:13 PM UTC+2, Alan Etkin wrote: > > > I'm trying to display a feed on my page that needs to update about

[web2py] Re: feed not updating on the page

2013-08-24 Thread Alan Etkin
> I'm trying to display a feed on my page that needs to update about every 10 seconds without > refreshing the entire page. I get the feed to display but not as it should. I think you are trying to pause execution in a controller, which is not the way of refreshing the client document. web2py