thequbit / BarkingOwl

scalable web scraper framework for finding documents on websites.
GNU General Public License v3.0
19 stars 7 forks source link

Review scraper and dispatcher exit #13

Closed thequbit closed 9 years ago

thequbit commented 10 years ago

Right now exiting happens with a 'raise Exception()' ... it would be nice to review a better way to cleanly exit the thread.

thequbit commented 9 years ago

Much better now. Exit cleanly without using raise Exception(). Implemented in 0.6.0