序
本文主要研究一下logback的addtivity屬性
LoggerModel
ch/qos/logback/classic/model/LoggerModel.java
@PhaseIndicator(phase = ProcessingPhase.SECOND)
public class LoggerModel extends Model {
private static fin
序
本文主要研究一下httpclient的ConnectionHolder
ConnectionReleaseTrigger
org/apache/http/conn/ConnectionReleaseTrigger.java
/**
* Interface for releasing a connection. This can be implemented by various
* "tr
序
本文主要研究一下tomcat的keepAlive參數
maxKeepAliveRequests
org/apache/tomcat/util/net/AbstractEndpoint.java
/**
* Max keep alive requests
*/
private int maxKeepAliveRequests=100; // as in Apa