eXascaleInfolab / PyCABeM

Python Benchmarking Framework for the Clustering Algorithms Evaluation: networks generation and shuffling; failover execution and resource consumption tracing (peak RAM RSS, CPU, ...); evaluation of Modularity, conductance, NMI and F1 Score for overlapping communities
Other
19 stars 4 forks source link

ExecPool wrapper for the Process object #10

Closed luav closed 8 years ago

luav commented 8 years ago

Implement Process object support besides Popen for the ExecPool to run separate func as a process.

luav commented 8 years ago

Pebble provides this functionality and do it well. ExecPool is moved to the separate project with dedicated issues.