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

Adding maven wrapper to Dubbo project #1887

Merged
merged 8 commits into from
Jun 5, 2018
Merged

Adding maven wrapper to Dubbo project #1887

merged 8 commits into from
Jun 5, 2018

Commits on Jun 5, 2018

  1. 当cores线程数全都使用的情况下,默认线程池会把任务放入到队列中。队列满则再创建线程(总数不会超过Max线程数)

    增强线程池:在请求量阶段性出现高峰时使用
    特性:cores线程全部使用的情况下,优先创建线程(总数不会超过max),当max个线程全都在忙的情况下,才将任务放入队列。请求量下降时,线程池会自动维持cores个线程,多余的线程退出。
    carryxyh committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    bab207e View commit details
    Browse the repository at this point in the history
  2. 当cores线程数全都使用的情况下,默认线程池会把任务放入到队列中。队列满则再创建线程(总数不会超过Max线程数)

    增强线程池:在请求量阶段性出现高峰时使用
    特性:cores线程全部使用的情况下,优先创建线程(总数不会超过max),当max个线程全都在忙的情况下,才将任务放入队列。请求量下降时,线程池会自动维持cores个线程,多余的线程退出。
    carryxyh committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    96de1fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed1f1d5 View commit details
    Browse the repository at this point in the history
  4. 增加@OverRide注解

    long 初始化赋值时,小写l改为大写L防止误读
    carryxyh committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    c400096 View commit details
    Browse the repository at this point in the history
  5. remove enhanced

    carryxyh committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    7ce55e7 View commit details
    Browse the repository at this point in the history
  6. remove enhanced

    carryxyh committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    2932479 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70f9cb6 View commit details
    Browse the repository at this point in the history
  8. use mvnw to ci.

    carryxyh committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    00f1745 View commit details
    Browse the repository at this point in the history