Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/winstone
  Commit: ae511339839f2de25d9d9500496e6a8f5771742f
      
https://github.com/jenkinsci/winstone/commit/ae511339839f2de25d9d9500496e6a8f5771742f
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2012-03-15 (Thu, 15 Mar 2012)

  Changed paths:
    A src/java/winstone/BoundedExecutorService.java
  M src/java/winstone/ObjectPool.java
  M src/java/winstone/RequestHandlerThread.java
  A src/test/winstone/BoundedExecutorServiceTest.java

  Log Message:
  -----------
  [FIXED JENKINS-9882] Use Java5 ExecutorService for thread management.

It is a better implementation of the thread pool, except one catch
about how it prefers queueing over adding more threads.



Reply via email to