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

make ExecutionContext-s configurable #574

Merged
merged 1 commit into from
Nov 23, 2012

Conversation

pk11
Copy link
Contributor

@pk11 pk11 commented Nov 23, 2012

  • change play.core.Invoker's visibility to private[play]
  • change play.core.Execution's visibility to private[play]
  • make play.core.Execution.internalContext threadpool's size configurable (defaults to number of available processors)
  • make play.api.libs.iteratee.internal.defaultExecutionContext threadpool's size configurable (defaults to number of available processors)
  • add typesafe config dependency to iteratee (it was needed for the configuration)

- change play.core.Invoker's visibility to private[play]
- change play.core.Execution's visibility to private[play]
- make play.core.Execution.internalContext threadpool's size configurable (defaults to number of available processors)
- make play.api.libs.iteratee.internal.defaultExecutionContext threadpool's size configurable (defaults to number of available processors)
- add typesafe config dependency to iteratee (it was needed for the configuration)
sadache added a commit that referenced this pull request Nov 23, 2012
@sadache sadache merged commit 2b41902 into playframework:master Nov 23, 2012
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.

3 participants