Hey, I was wondering if anybody try to parse(scrap) same site with couple php scripts running at the same time which are using curl ? I hit the problem - more scripts you run - slower parsing. So I thought maybe its using some kind of same channel for all scripts or something like that , anybody had experience with that ?
I found only some results to use multi curl in 1 script, but the deal is not about that, I could run curl from different scripts