Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a shared Executor across all tasks. #81

Open
hamishmorgan opened this issue Jul 17, 2012 · 0 comments
Open

Use a shared Executor across all tasks. #81

hamishmorgan opened this issue Jul 17, 2012 · 0 comments

Comments

@hamishmorgan
Copy link
Member

Currently each task handles it's own parallelisation as best it can. This makes it somewhat problematic to set-up the processing environment, since each task must be configured independently. It would be more elegant if all tasks used a single Executor for their work. This would be also be an important stepping stone towards more generalised processing backends; for each to allow processing to be farmed out to a MapReduce infrastructure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant