Which one is best for scratching the web ReactPhp, js, Python?
Which one could be better to do scraping the web. There are more than 10 million pages and must be fast. It can take 1 month with php curl.
I'm waiting for your help
"Sophisticated" is a friendly way to describe the Global Interpreter Lock in Python :-)
I agree they can all be used. It sounds like this would be IO-bound so fast CPU performance doesn't really matter. Maybe just run the script that you have in a 100 threads (if they won't write to files simultaneously or something).
j
stuff ;)
depends on the amount of operations / speed / throughput and other parameters.
I would take the language you know best.
but you can do it with all of them .... so it's taste to me.