Re: [web2py] New server

2010-08-09 Thread Thadeus Burgess
I use Ubuntu, Apache, Python 2.6, PostgreSQL, mod_wsgi. For the love of god don't use CentOS for python web applications. Just make sure to follow ALL of the web2py performance enhancements. * Compile the app * Sessions to database * Make sure all database tables are designed to be thread safe

Re: [web2py] New server

2010-08-09 Thread Julius Minka
V Pondelok, 9. august 2010 o 05:05 -0700, Kenneth napísal(a): > Hello, > > I´m in the process of starting a newer server for my web2py > applications and would like to hear your comments about what to use. > > Anything about hardware that I should remeber? > > As linux version I´m planing on usi

Re: [web2py] New server

2010-08-09 Thread Jason Brower
2.6 or even 2.7 are better. Tehy do have improvements and features I like. Like better speed and sorted dictionaries. :) BR, Jason Brower On Mon, 2010-08-09 at 05:05 -0700, Kenneth wrote: > Hello, > > I´m in the process of starting a newer server for my web2py > applications and would like to

[web2py] New server

2010-08-09 Thread Kenneth
Hello, I´m in the process of starting a newer server for my web2py applications and would like to hear your comments about what to use. Anything about hardware that I should remeber? As linux version I´m planing on using CentOS 5.5 as we use it on all our servers. Webserver: Apache and database