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

Issue 71: MultiThreadBatchTask - revised and functional. #73

Closed
wants to merge 1 commit into from

Conversation

mwunderlich
Copy link
Contributor

MultiThreadBatchTask is now working. To see the performance boost, uncomment line 72 in the performance test class and play around with the number of threads.

Some open items:

  • figure out a way so that we don't have to maintain parallel lists of Threads and Futures
  • check why the returned exception is not a RuntimeException anymore for two tests in the MultiThreadBatchTaskTest

@reckart
Copy link
Member

reckart commented Aug 4, 2015

Somehow that pull request fell off my desk. I'll have a look at it.

@reckart reckart self-assigned this Aug 4, 2015
@reckart
Copy link
Member

reckart commented Aug 15, 2015

Due to refactoring the BatchTask into the DefaultBatchTask and BatchTaskEngine, this patch no longer applies. I have adapted it and merged to code manually.

@reckart reckart closed this Aug 15, 2015
mwunderlich pushed a commit to mwunderlich/dkpro-lab that referenced this pull request Aug 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants