FredGarcia / rolling-curl

Automatically exported from code.google.com/p/rolling-curl
0 stars 0 forks source link

Stop all further requests. #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

is it somehow possible to stop all pending requests? 

Let's say I parse 1000 pages for the word curl. The script accesses those pages 
with 10 threads. Let's say the script found the word curl on the 589th page, it 
should stop all further requests/threads now.

Is that possible?

Original issue reported on code.google.com by alloutan...@googlemail.com on 15 May 2012 at 11:40

GoogleCodeExporter commented 8 years ago
Please see issue 27 this describes how to achieve what you need to achieve by 
setting $running to false, they complain about it so hope it is not taken on as 
a "fix"

Original comment by lewis.cowles.1986@gmail.com on 22 Sep 2013 at 9:30