Re: [web2py] server slow down when face multiple requests

2013-12-23 Thread sonu kumar
@Paolo, I am using web2py Version 2.7.4 @viniciusban, I am not using sqlite On Sunday, 22 December 2013 01:16:50 UTC-8, Paolo Valleri wrote: > > what web2py version are you using? > have you already had a look here: > http://web2py.com/books/default/chapter/29/13/deployment-recipes#Efficiency-a

Re: [web2py] server slow down when face multiple requests

2013-12-22 Thread Paolo Valleri
what web2py version are you using? have you already had a look here: http://web2py.com/books/default/chapter/29/13/deployment-recipes#Efficiency-and-scalability ? Paolo On Sunday, December 22, 2013 1:48:56 AM UTC+1, viniciusban wrote: > > If you're using sqlite or migrations are enabled, this

Re: [web2py] server slow down when face multiple requests

2013-12-21 Thread Vinicius Assef
If you're using sqlite or migrations are enabled, this can be a bottleneck. On Fri, Dec 20, 2013 at 7:28 PM, sonu kumar wrote: > Hi All, > I have built one application using web2py and running on Apache server on > unix environment. During testing of this application what I found is slowing > dow

[web2py] server slow down when face multiple requests

2013-12-20 Thread sonu kumar
Hi All, I have built one application using web2py and running on Apache server on unix environment. During testing of this application what I found is slowing down of my application when two users from different computer request my application or submit any job. I have no idea why it is happenin