OaiHarvester scheduling support added
The OaiHarvester previously processed all records from a ListRecords
response in a single do.add(...) call. Since do-calls are intentionally
uninterruptible, this blocked the service containing the OaiHarvester
too long.
The ListRecords response is now handled on a per-record basis,
scheduled by the Reactor (optionally with a specified priority);
including a matching UpdateAdapterFromOaiHarvester.
meresco-oai
2010-10-29
https://meresco.svn.sourceforge.net/svnroot/meresco/meresco-oai/workingsets/3.3-Edurep/version_3