in reply to How to overcome a time limit on using a script

Waitasecond, how do you run the scraping script? Is it perhaps something that's run as a "CGI script" i.e. by visiting a URL and then runs within a web server? Such scripts tend to have an execution time limit set by the web server. Most probably you should run the script in the background and only access the results by the web based script.

Jenda
Enoch was right!
Enjoy the last years of Rome.

  • Comment on Re: How to overcome a time limit on using a script