huh.... I'm not sure if web server deal with issue like this. I think this is a application layer issue. I'm trying to figure out how to do it with javascript. but thanks all the same!! Tomas
On Wednesday, June 26, 2013 9:49:30 PM UTC+9, Tomas Schertel wrote: > > On Tuesday, 25 June 2013 18:05:46 UTC-3, Jox wrote: >> >> I've read the page. So it compiles my templates to python byte code. Does >> that mean I can load templates faster? >> But it seems I still have to query database to get data. >> >> The website I'm building is my learn-by-do project. It's just a forum >> running on my linux server or google app engine >> which my friends and I can play around on it. I know querying database >> when a request comes in is easy and good >> enough. I've already implemented serving pages that querying database a >> lot and render pages with templates every >> time. I just want to know how could I implement a basic caching >> mechanism, not a big caching system which has >> caching strategies and complex algorithms or stuff like that. Just a >> simple and straight-forward one. >> > > Maybe you should look for a webserver that does it. > Apache? NGINX? > -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/groups/opt_out.
