[web2py] why huge memory requirment

2014-05-14 Thread Bapi Roy
Why web2py application take 420 MB to run one instance in ningx server . I am using Cloud VPS from Digital Ocean with 512 MB RAM. I used https://code.google.com/p/web2py/source/browse/scripts/setup-web2py-nginx-uwsgi-ubuntu.sh script to run web2py app.  -- Resources: - http://web2py.com - h

[web2py] Re: want to Understanding web2py model by noob

2013-10-09 Thread Bapi Roy
web2py.com/books/default/chapter/29/06/the-database-abstraction-layer > . > > Anthony > > On Monday, October 7, 2013 10:39:36 AM UTC-4, Bapi Roy wrote: >> >> I am from PHP with good knowledge of MVC. I am new to python and web2py. >> >> In PHP model is made

[web2py] want to Understanding web2py model by noob

2013-10-07 Thread Bapi Roy
I am from PHP with good knowledge of MVC. I am new to python and web2py. In PHP model is made from class, does same apply to web2py model ? Should I design the web2py model as i did in PHP or something I am missing. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - h