Re: [sleuthkit-developers] File Ingest Module
Brought to you by:
carrier
From: Brian C. <ca...@sl...> - 2016-07-21 21:31:19
|
Parallel. Based on the number of ingest threads. An instance of FileIngestModule will be created for each thread so you don’t need to worry too much about thread safety if you stay away from static variables. > On Jul 21, 2016, at 9:09 AM, khoirunnisa Afifah <k....@ro...> wrote: > > Hi. > > Autopsy 4 documentation say that org.sleuthkit.autopsy.ingest.FileIngestModule.process will be called for each file in datasource. I'm curious, does that method being called parallel for all file or sequentially waiting for one file finish and go for another file? > > Best regard, > Afik > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity planning > reports.http://sdm.link/zohodev2dev_______________________________________________ > sleuthkit-developers mailing list > sle...@li... > https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers |