Hi everyone, 

I plan to do an app for webs that have about 10k-100k visits per day. This 
app would be an iframe of my own webpage/app. 

I don't need a lot of bandwith (say that I will send an STATIC page, size 
less than 30-20kb per request), but I need to update some data of this 
static page each minute, querying my database, and here is my first big 
question.

What would be the best approach? I don't need to query database in every 
request, just query everyminute, and update the static page that is being 
returned. Here is my first big question. 

My first thought would be access to the static file and modify/update it 
every minute. This doesn't look to me like the best approach, but I have no 
experience in a case like this. Could anyone give me some hints or any 
other approaches? Cache, store the query on server...? 



I ask this here too, because I think is related with the hosting that I 
will need to choose... GAE was my first thought but I am worried about 
price, and also that I couldn't use my approach as I cannot modify 
filesystem from GAE.


Thanks in advance



-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to