Hi guys, i installed web2py on my shared hosting a/c and configured a index.py as CGI/FASTCGI gateway and then configured .htaccess to send all traffice thru this index.py.... but it seems to be working slower than PHP. i complied the app and set migrate=False to disable migration and tried again but still seems to be lagging behind PHP. Is is it common or there are some special steps or tips i need to do to configure web2py to work on a shared hosting.
I just configured few tables... and modified layout.html to roughly look like my PHP site... thats it.. and then tried to measure a single page load..... where a PHP page takes around 1 to 2 secs to load fully... web2py takes around 6 to 8 secs. On inspecting the sate dump... its WSGI section says... Apache supports multiprocess = true but multithreading = False and Gateway is CGI 1.1 Waiting eagerly for some insight or solution... ;) - regards