[web2py] Re: Why web2py server hangs/freeze?

2018-04-21 Thread Alfonso Serra
I have had the exact same problem the server hanged for a minute to get an undescriptive IOError. I have been able to solve it by commenting these lines on one of my models. from gluon.custom_import import track_changes track_changes(True) wasnt using modules anyway. Hope it helps. --

[web2py] Re: Why web2py server hangs/freeze?

2017-11-09 Thread Narendra Kumar
setup Script included in web2py, is not working properly. I get a nice post, which work perfect.(https://www.digitalocean.com/community/tutorials/how-to-deploy-web2py-python-applications-with-uwsgi-and-nginx-on-centos-7) By using Nginx, web2py working fine from last 4 weeks. Regards Narendra

[web2py] Re: Why web2py server hangs/freeze?

2017-10-12 Thread Narendra Kumar
Hi, I try to create setup web2py-nginx, using script *setup-web2py-nginx-uwsgi-on-centos.sh* exists in web2py /script folder. During setup Error occur and need to stop setup, Below are the few line of error:

[web2py] Re: Why web2py server hangs/freeze?

2017-10-11 Thread Massimo Di Pierro
we stopped recommending and supporting apache long ago. The world has moved to nginx and so have we. these problems are apache problems not web2py problems and that is why we stopped supporting it. On Friday, 15 September 2017 00:40:46 UTC-5, Narendra Kumar wrote: > > Hi, > > As suggested in

[web2py] Re: Why web2py server hangs/freeze?

2017-10-10 Thread Dave S
On Monday, September 11, 2017 at 12:33:38 PM UTC-7, Dave S wrote: > My experience with Rocket locking up happens on AWS linux, somewhere in > the cloud. There are both short lockups (about 10 minutes) which are > related to a socket error that times out, and indefinite lockups (hours) >

[web2py] Re: Why web2py server hangs/freeze?

2017-09-15 Thread Dave S
On Thursday, September 14, 2017 at 10:40:46 PM UTC-7, Narendra Kumar wrote: > > Hi, > > As suggested in previous posts, I deploy my web2py application on apache > sever. I use scripts/setup-web2py-debian-sid.sh file to make setup on local > server, which exists in web2py folder and follow

[web2py] Re: Why web2py server hangs/freeze?

2017-09-14 Thread Narendra Kumar
Hi, As suggested in previous posts, I deploy my web2py application on apache sever. I use scripts/setup-web2py-debian-sid.sh file to make setup on local server, which exists in web2py folder and follow steps defined on URL

[web2py] Re: Why web2py server hangs/freeze?

2017-09-11 Thread Dave S
On Sunday, September 10, 2017 at 10:44:25 PM UTC-7, Narendra Kumar wrote: > > Hi Massimo, > > Good Morning. And sorry for my poor English. > We can adjust; we have people posting from all over (but some of the people who learned English later can speak better English than some of us native

[web2py] Re: Why web2py server hangs/freeze?

2017-09-10 Thread Narendra Kumar
Hi Massimo, Good Morning. And sorry for my poor English. Q1) when you saying it hangs are your trying from a new incognito window or from the same browser? It may be a session lock not a freeze. Ans) Whenever sever freezes/hanged. We try to access our pages from different browser bit still get

[web2py] Re: Why web2py server hangs/freeze?

2017-09-10 Thread 黄祥
is put session.forget() at the beginning of the function can make process goes faster? and move the computation to a background task is same like put it on web2py scheduler? thanks and best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Re: Why web2py server hangs/freeze?

2017-09-10 Thread Massimo Di Pierro
Let's rule out the usual culprits: - when you saying it hangs are your trying from a new incognito window or from the same browser? It may be a session lock not a freeze. - are using apache? Don't it has memory issues. Use Nginx - do you have processes that may take a lot of time? consider

Re: [web2py] Re: Why web2py server hangs/freeze?

2017-09-04 Thread Kiran Subbaraman
Am not sure what is causing the issue. The debug steps mentioned earlier will help you understand what is going on. I understand you are on 2.14.x. As an FYI, web2py 2.15.x on wards has deprecated support for python 2.6. Search for 2.6 mentions on this page:

[web2py] Re: Why web2py server hangs/freeze?

2017-09-04 Thread Narendra Kumar
I did not see any error or any warning in httpserver.log file as well as application's log. Server configuration: Linux OS = Oracle Linux Server release 6.8 Python = 2.6.6 (r266:84292, Jul 23 2015, 05:13:40) [GCC 4.4.7 20120313 (Red Hat 4.4.7-16)] Web2py =