for development purpose I am using Rocket but will deploy the application to ubuntu machine where web server will be apache, so please provide me solution for both.
On Tue, Jul 17, 2012 at 8:41 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Do you use rocket (the built-in web server) or apache? > > > On Monday, 16 July 2012 23:42:49 UTC-5, Amit wrote: >> >> Hi, >> I have one timer thread which has to start once when web sever starts >> very first time and stop when web server stops, means it should be running >> continuously irrespective of how many users interacting with the >> application so there is only one instance of this thread running though out >> life of the application , it is common for all users who are accessing the >> application. >> >> How to achieve it in web2py? >> >> -- > > > > --