I wrote some kickass tools in PHP that just run really slow. So I got to thinking about speeding these particular scripts up. But there's only so much I can optimize the code. Which brings up this question: is there a faster scripting language than PHP?
Now, I realize it probably depends on the application. In this case, its a spider/scraper. I am unaware of any method to do what I am doing other than to download each page and look for the data I want. When you do this for a hundred web pages it takes a loooong time. So there might NOT be anything faster than the PHP script I already wrote.
Nevertheless I'm interested in others' thoughts on scripting languages. I know a lot of webbots are written in Perl, PHP, and a few I've seen in Ruby. Let me know what you guys think.
Now, I realize it probably depends on the application. In this case, its a spider/scraper. I am unaware of any method to do what I am doing other than to download each page and look for the data I want. When you do this for a hundred web pages it takes a loooong time. So there might NOT be anything faster than the PHP script I already wrote.
Nevertheless I'm interested in others' thoughts on scripting languages. I know a lot of webbots are written in Perl, PHP, and a few I've seen in Ruby. Let me know what you guys think.