Hello,

The Coccinelle software supports also a variant of parallel data processing
after the parameter “--jobs” was passed.
https://github.com/coccinelle/coccinelle/blob/7ec31ed1fadf738bc487ccefdc63bfe0598f44cc/docs/manual/spatch_options.tex#L745

It is nice when it works to distribute analysis on source files to some 
processors.
Unfortunately, undesirable software behaviour can be observed if a database
like “PostgreSQL 11.3-7.1” would be used in such a system configuration.
Thus I imagine that it can be occasionally appropriate to perform desired
parallel data processing by the usage of a detailed pipeline instead.
https://ocaml.github.io/ocamlunix/pipes.html

How do you think about another application for this kind of
inter-process communication?

Regards,
Markus
_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci

Reply via email to