I am not sure I understand the question. I can tell you how I proceed:
1) make a prototype that does what I want.
2) deploy and see what happens
3) when I start having lots of hits try to reduce the number of
queries using cache/memcache
4) eventually move some date or all data to a non-relational
Thanks Massimo,
So can you advice me - if i already make some projects on web2py (i
didn't test them on some productive tasks) it would be sufficient for
my job? Can I use web2py DAL on some relational aspects with object-
relational dbms (postgresql) - with object and nested tables?
The best choi
web2py and other web frameworks all deal with concurrency in the same
way. They can run multiple threads and multiple processes. It works
well with multiple installation behind a load balancer such as pound
or haproxy.
The framework is built by avoiding use of modules that are not thread
safe and t
I am interested in this topic too, as I am also. planning a big
project
On Mar 16, 9:18 pm, Śląski wrote:
> Hi,
> I am planning to make some big project (100 000 users, approximately
> 500 request pre second - in hot time).
> For performance I'm going to use no relational dbms (each request
>
4 matches
Mail list logo