~ubuntu-branches/ubuntu/precise/tomcat7/precise-updates

« back to all changes in this revision

Viewing changes to java/org/apache/tomcat/util/net/NioSelectorPool.java

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill, Miguel Landaeta, tony mancill
  • Date: 2011-06-23 20:26:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110623202629-w1v0jejj19swux10
Tags: 7.0.16-1
[ Miguel Landaeta ]
* New upstream release.
* Add missing deps and symlinks for commons-pool ands commons-dbcp jars.

[ tony mancill ]
* Add logrotate file for catalina.out.
* Add build-arch target to debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    
51
51
    protected NioBlockingSelector blockingSelector;
52
52
    
53
 
    protected Selector SHARED_SELECTOR;
 
53
    protected volatile Selector SHARED_SELECTOR;
54
54
    
55
55
    protected int maxSelectors = 200;
56
56
    protected long sharedSelectorTimeout = 30000;