rickdane / WebGatherer---Scraper-and-Analyzer

Multi-threaded lightweight wrapper framework for scraping web pages and analyzing them using custom workflows
http://www.tumblr.com/blog/webgatherer-open-source-java
Other
3 stars 1 forks source link

Review / Make changes to threads to ensure proper termination, Write Unit Tests #3

Open rickdane opened 13 years ago

rickdane commented 13 years ago

Make sure that threads are properly terminating as they should (after all data has been processed), as well as if message is given for them to terminate via ThreadCommunication objects. If they are not, make changes as needed to do this. Write unit tests to test this to prove it is working properly