This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The Saros Eclipse Plugin". Pusher was dpp-gerrit.

The branch, master has been updated
       via  0645650bf79a47167340be99ed98067b387699dc (commit)
      from  4dc05662660ab8b80b061afb8d9974691524aea5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0645650bf79a47167340be99ed98067b387699dc
Author: Stefan Rossbach <[email protected]>
Date:   Sat Mar 16 17:37:15 2013 +0100

    [INTERNAL] release non used threads
    
    The Socks5Transport is mostly used at the beginning of
    a session and seldom during a running session.
    
    The current implementation used a fixed thread pool and
    so wasting resources because they are not needed as
    most threads will always be in a idle state.
    
    Replaced the FixedThreadPool with a CachedThreadPool
    that will release non needed threads if they become
    idle for more than 60 seconds.
    
    
    Change-Id: I8e7eab756f7ab9665a2b98a5c802b31763a49b9d
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/644
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 .../inf/dpp/net/internal/Socks5Transport.java      |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to