mitdbg / aurum-datadiscovery

MIT License
74 stars 49 forks source link

Master/Worker Architecture #106

Open raulcf opened 7 years ago

raulcf commented 7 years ago

Motivation: We want to support multiple profilers working in parallel on different data Input: A master must coordinate the work done by each worker. Or we can always just use one profiler as is. Output: No changes

Review the existing design proposed in the pull request and adapt as necessary.