Re: Starting background thread?

2005-04-13 Thread Aurélien DEHAY
Hi. Le mercredi 13 avril 2005 Ã 16:43 +0200, Kai Hessing a Ãcrit : > Hi folks, > > I wonder if it is possible to start something like a cocoon background > thread. Our problem is, that large SQL-Queries take some time and after > a few minutes the browser returns a timeout. So the idea is to star

Re: Starting background thread?

2005-04-13 Thread Reinhard Poetz
Kai Hessing wrote: Hi folks, I wonder if it is possible to start something like a cocoon background thread. Our problem is, that large SQL-Queries take some time and after a few minutes the browser returns a timeout. So the idea is to start a background thread which generates the output files (may

Starting background thread?

2005-04-13 Thread Kai Hessing
Hi folks, I wonder if it is possible to start something like a cocoon background thread. Our problem is, that large SQL-Queries take some time and after a few minutes the browser returns a timeout. So the idea is to start a background thread which generates the output files (may take some hours) i