> Is there still a need to perform parallelisation for the mentioned software > components by other approaches? The multi-processing support by the Coccinelle software triggers some development challenges. If data should be shared between started (background) processes, an external system need to be selected for the desired storage service. Thus I would like to send these data over network interfaces by the attached script for the evolving semantic patch language. I stumble on the following error message. elfring@Sonne:~/Projekte/Coccinelle/janitor> /usr/local/bin/spatch -D server_id=localhost -D server_port=1234 list_duplicate_statement_pairs_from_if_branches-client2.cocci ~/Projekte/Linux/next-patched/drivers/media/dvb-frontends/stv0297.c … Using Python version: 2.7.15 (default, May 21 2018, 17:53:03) [GCC] … Traceback (most recent call last): File "", line 4, in File "", line 34, in store_statements AttributeError: __exit__ Error in Python script, line 55, file … I would appreciate if the shown data processing approach can work with version ranges of involved recent software components. So I am looking for additional solution ideas. Regards, Markus