Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
I am developing(cgi)an web application. It is downloading files from another web server using LWP. Number of files will vary from 1 to 200 based on the user input.
My problem is when there are large number of file to download, while downloading my script breaks because of connection TimeOut with the webserver which hosts my application. Can anybody suggest me a solution/input/resource to implement this ?
Note: code is too big to post it here.
Thanks.