[web2py] Re: patch for web2py socket timeout

2014-01-24 Thread Dave
I believe I'm having the same issue as described above. Users have slow internet connections, and when they upload files it is causing web2py to lock up completely (can't access any sites or the admin interface). Sometimes it will eventually respond other times I have to restart apache. I'm

[web2py] Re: patch for web2py socket timeout

2012-08-24 Thread pradeep cs
Hi All, I am facing similar problem when uploading an packed appliation on to a remote server, the application size is 224 kb. internet speed is good, i am able to work on Putty session without any issues. Below patch link does not see to work. I am using stable release 1.99.7 Traceback

[web2py] Re: patch for web2py socket timeout

2012-08-24 Thread Massimo Di Pierro
This is fixed in trunk and the timeout has been increased. On Friday, 24 August 2012 01:11:27 UTC-5, pradeep cs wrote: Hi All, I am facing similar problem when uploading an packed appliation on to a remote server, the application size is 224 kb. internet speed is good, i am able to

[web2py] Re: patch for web2py socket timeout

2011-11-07 Thread ron_m
I am trying to understand why the socket timeout would be set so low at 1 second as a default. I believe this change is the solution to a problem I have been chasing off and on time permitting where the pages won't render properly when using the rocket server with a browser over the WAN.

[web2py] Re: patch for web2py socket timeout

2011-11-06 Thread Massimo Di Pierro
In trunk! Thank you. On Nov 6, 5:42 am, fox fox1...@gmail.com wrote: Hi all, we're developing a web2py application over a non reliable network connection and we encountered some problems with file uploading that made us going crazy. We had the same error