[web2py] Re: Regarding one Ajax call blocked by another Ajax call

2013-02-04 Thread saransh
first option because it prevents the > session >file from being locked at all (with the first option, the framework still >initially locks the session file, and then your app code unlocks it a bit >later). > > Anthony > > On Sunday, February 3, 2013 2:53

[web2py] Regarding running web2py.py on ubuntu

2012-12-20 Thread saransh
Hello, I have a web2py application running on Ubuntu and when i search for the processes running i cannot find python web2py.py running. Why is this so? Is there any other way of running web2py on ubuntu other than running web2py.py? --

[web2py] Regarding one Ajax call blocked by another Ajax call

2013-02-02 Thread Saransh Gupta
want to know that, the problem I am facing is due to ajax or web2py framework? -Saransh -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsub

Re: [web2py] Re: Regarding running web2py.py on ubuntu

2012-12-20 Thread Saransh Gupta
ubuntu.sh? In that case web2py is running under > apache therefore you will only see the apache processes. > > Massimo > > > On Friday, December 21, 2012 12:37:19 AM UTC-6, saransh wrote: >> >> Hello, >> >> I have a web2py application running on Ubuntu and

Re: [web2py] Re: Regarding running web2py.py on ubuntu

2012-12-20 Thread Saransh Gupta
ce to web2py in one of the > apache config file. > > > On Friday, 21 December 2012 00:56:37 UTC-6, saransh wrote: > >> I am new to the system. >> I need to find out how it is running. >> How can i verify if setup-web2py-ubuntu.sh has been used? >> Would it be m