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

A slave can't preprocess two tasks. #22

Open
taeguk opened this issue Oct 11, 2016 · 0 comments
Open

A slave can't preprocess two tasks. #22

taeguk opened this issue Oct 11, 2016 · 0 comments

Comments

@taeguk
Copy link
Member

taeguk commented Oct 11, 2016

When a slave preprocess one task, it can't preprocess another task parrallely.
This issue is basically caused by #18.

The solutions

  1. Fix Communication with Cloud DFS is a big bottleneck. #18. (Can process two messages parrallely. But it requires many changes of codes and design.)
  2. Use a thread or process for preprocessing a task. (This is simple relatively)
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