일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Spring
- Spring Boot
- oracle between
- intellij
- git
- Java
- ubuntu
- template
- catalina log
- log4j2
- STS
- oracle
- Linux
- hikari
- MySQL
- between date
- Spring Security
- between 날짜
- 배열스트링
- ORACLE CLOUD
- 라즈베리파이
- log4j profile
- bitbucket
- hikaricp
- github
- python 개발환경
- datasource
- Gradle
- mybatis
- springboot
Archives
- Today
- Total
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Spring
- Spring Boot
- oracle between
- intellij
- git
- Java
- ubuntu
- template
- catalina log
- log4j2
- STS
- oracle
- Linux
- hikari
- MySQL
- between date
- Spring Security
- between 날짜
- 배열스트링
- ORACLE CLOUD
- 라즈베리파이
- log4j profile
- bitbucket
- hikaricp
- github
- python 개발환경
- datasource
- Gradle
- mybatis
- springboot
Archives
- Today
- Total
파워노트
tomcat 성능 향상. maxKeepAliveRequests="1" 본문
반응형
# 톰캣 튜닝 및 성능 향상과 관련. ( server.xml )
https://bcho.tistory.com/788
조대협님의 글을 참고 한다.
<Connector URIEncoding="utf-8" port="8080"
protocol="HTTP/1.1"
connectionTimeout="3000"
redirectPort="8443"
maxThreads="1000"
maxKeepAliveRequests="1"/>
maxKeepAliveRequests="1" : Kepp Alive를 사용하지 않기위한 설정. 기본값은 100
반응형
'spring legacy' 카테고리의 다른 글
@Async @Scheduler ThreadPool 생성 및 사용. (0) | 2022.03.08 |
---|---|
spring legacy project 에서 log4j2.xml 을 profile로 관리 할때 (0) | 2022.03.04 |
spring properties 에 대해서... (0) | 2022.03.04 |
Comments