On Mon, 2004-05-03 at 13:23, [EMAIL PROTECTED] wrote:
> The thing is the program can take from 10 to like 60 seconds
> to complete results. 
> This means that:
> page never really loads since it is waiting for 
> results that take far too long to get. Just looking for 
> other opinions on handling this cleanly. 

This is a solved problem.  Either fork or use a queue.  Randal has a
column that shows the forking technique well:

http://www.stonehenge.com/merlyn/WebTechniques/col20.html

- Perrin


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to