Changes between Version 7 and Version 8 of SpiderLing
- Timestamp:
- 10/13/16 17:37:02 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SpiderLing
v7 v8 5 5 6 6 == Get SpiderLing == 7 See [wiki:Downloads] for the latest version. '''Please note the software is distributed as is, without a guaranteed support'''7 See [wiki:Downloads] for the latest version. Please note the software is distributed as is, without a guaranteed support. 8 8 9 9 === Changelog 0.82 → 0.84 === … … 11 11 - the bug caused not crawling a significant part of the web 12 12 * Multithreading issues fixed (possible race conditions in shared memory) 13 - delegated classes for explicit locking of all shared objects (esp. DomainQueue)13 - delegated classes for explicit locking of all shared objects (esp. !DomainQueue) 14 14 * Deadlock -- the scheduler stops working after some time of successful crawling 15 15 - observed in the case of a large scale crawling 16 16 - may be related to changing the code because of multithreading problems 17 17 - IMPORTANT -- may not be resolved yet, testing in progress, 0.81 should be stable 18 * Several Domain and DomainQueue methods were rewritten for bulk operations (e.g. adding all paths into a single domain together) to improve performance18 * Several Domain and !DomainQueue methods were rewritten for bulk operations (e.g. adding all paths into a single domain together) to improve performance 19 19 * Justext configuration 20 20 - more permissive setting than the justext default