cocci.inria.fr archive mirror
 help / color / mirror / Atom feed
* [Cocci] Working with pipes for parallel SmPL data processing?
@ 2019-06-09 17:19 Markus Elfring
  2019-06-10 21:00 ` Julia Lawall
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Elfring @ 2019-06-09 17:19 UTC (permalink / raw)
  To: Coccinelle

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
Cocci@systeme.lip6.fr
https://systeme.lip6.fr/mailman/listinfo/cocci

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-11  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-09 17:19 [Cocci] Working with pipes for parallel SmPL data processing? Markus Elfring
2019-06-10 21:00 ` Julia Lawall
2019-06-11  7:50   ` Markus Elfring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).