Hi, We have an application developed using web2py.
There is a requirement where we should be stopping the application respond to the requests. Eg: when delay_time_for_responding == 'infinite' there should be no response. sys.exit() or break is something that we don't want to do as web2py errors out. Any way out in web2py? Sheetal. M

