Hello, Here my configuration :
Apache2, wsgi, web2py, ubuntu 10.04.3, postgres I just made a load test and my app was slow to death... I look into CPU usage, process, memory, disk acces and I found that only the CPU can be incriminated... Total CPU usage never exceed 45%, but the apache2 process was 100%. There were only one apache2 process so I thought that it could be because I didn't use apache2-mpm-worker, but I use apache2-mpm-worker. What else I could check to improve my app speed at server configuration level... I mainly use the ubuntu setup script and I had tweak a lot postgres config files (postgres is very responsive), so I don't think postgres should be responsible for the application slowness... Thanks Richard

