Hi Deborah,

On Thu, May 14, 2009 at 9:33 AM, Deborah Kaplan
<[email protected]> wrote:
> Chris Wilper wrote:
>> By the way, if you're doing large ingests as part of an ongoing
>> process, have you looked into automating it with the fedora-ingest
>> script?  http://fedora-commons.org/confluence/x/FwFM
>
> Chris,
>
> As somebody who uses the commandline batch ingest, I would be very
> interested if you ever wrote a parallel batch purge. Is that on the horizon
> at all?

There is the fedora-modify script, which can be used to purge batches
of objects, e.g.:

<batchModify
    xmlns="http://www.fedora.info/definitions/";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xsi:schemaLocation="http://www.fedora.info/definitions/
http://www.fedora.info/definitions/1/0/api/batchModify.xsd";>
  <purgeObject pid="demo:1" logMessage=""/>
  <purgeObject pid="demo:2" logMessage=""/>
  <purgeObject pid="demo:2" logMessage=""/>
</batchModify>

...but it runs through the list one after the other.  By parallel, do
you mean that you're looking for something that runs a bunch of
purgeObject operations simultaneously (e.g. in multiple threads), and
thus could be faster?

- Chris

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Fedora-commons-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to