You're dealing with the web server timeout and nothing that has to do with Perl. Even if you fork, you'll have the same problem. We upload some pretty bigs files here at work and we just bumped up Apache's timeout and we were cool...
Here is the Apache timeout we have in our httpd.conf Timeout 300 Or you can just have the users use FTP instead of HTTP. :) -biz- * Pete Emerson ([EMAIL PROTECTED]) wrote: > I have a CGI script that downloads data from MySQL and provides a > hyperlink to download the zipped file. > > The problem arises when the data download takes too long, and the script > times out. Is there a way to have the download part of the script split > off into the background, show the link, and quit? So that I can say, > "When the data is ready, it will be available at the following URL:"? > Is this what fork() is for, and if so, how do I use it? > > Thanks. > Pete > -- > Those responsible for the signature have been sacked. > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -biz- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]