PATRICK DALLA BERNARDINA

Results 242 comments of PATRICK DALLA BERNARDINA

The method "maxDeprioritizeItem" returns a boolean indicating if the postpone could be done. If the postpone wasn't done, the Parsing task would mark some "last try" metadata variable and try...

If C is met example, with B executing before A: In sequence: 1 - "B" will be postponed as "A" didn't finished. 2 - "A" will be postponed to the...

> I think that context variables must also be preserved somewhere to be restablished when the item starts to be processed again. Thinking better, context variables are of the context,...

> What would happen if file A depends on condition C, and file B depends on file A processing, but condition C never happens? > > PS: I think current...

"currently are processed in parallel." Well remembered. This can be a problem.

"So I left the priority configuration as is. One simple improvement would be to move to iped-parsers module or to externalize it to a configuration file" Yes, this can be...

> > [patrickdalla](https://github.com/patrickdalla) closed this as [completed](https://github.com/sepinf-inc/IPED/issues?q=is%3Aissue+is%3Aclosed+archived%3Afalse+reason%3Acompleted) [19 minutes ago](https://github.com/sepinf-inc/IPED/issues/1355#event-7534569663) > > Was this intentional? > > Anyway, do you think this is needed to implement #281? No. Sorry.

"Anyway, do you think this is needed to implement https://github.com/sepinf-inc/IPED/issues/281?" Yes. As one of the intentions is to extract date and ARES dates are LocalTimes without timezone information, the timezone...

Yes. You are right. Il giorno gio 6 ott 2022 alle ore 09:40 Luis Filipe Nassif < ***@***.***> ha scritto: > I think configuring to process Registry files in queue...

If C is met example: In sequence: 1 - "A" will be postponed to the last queue, as C is not met. 2 - "B" will be postponed as "A"...