Database Connection Connection pool Persistent connection Database Connection Pool and Persistent Connection Database Connection Pool and Persistent Connection 지속적인 연결(Persistent Connection) 이란? 영속적인 커넥션은 얼마간 연결을 열어놓고 여러 요청에 재사용함으로써, 새로운 TCP 핸드셰이크를 하는 비용을 아끼고, TCP의 성능 향상 기능을 활용할 수 있습니다. 커넥션은 영원히
Github Azure notebooks Jupyter notebook Microsoft azure Jupyter Integrating Azure Notebooks (Jupyter Notebooks) with GitHub Integrating Azure Notebooks (Jupyter Notebooks) with GitHub 오역 주의 원문: Integrating Azure Notebooks (Jupyter Notebooks) with GitHub 서론 Jupyter Notebook 은 다양한 유형의 분석 분야에서 사용할 수 있는 훌륭한 도구다. 최는 Jupyter Notebook
Coding study Code Combat 소개 Code Combat The Most engaging game for learning programming. 코드 컴뱃(Code Combat)은 게임을 하면서 프로그래밍을 학습할 수 있는 서비스입니다. 게임을 공략하듯, 각 스테이지를 클리어하며 프로그래밍을 배우다 보면 아이템도 얻을 수 있고, 새로운 능력들도
Logstash Getting started Installing Logstash Logstash 설치하기 Installing Oracle JAVA 1.8 JDK 우선 Logstash 설치에 앞서, Logstash 실행에 필요한 자바를 설치합니다. java -version 명령어를 통해 현재 자바 버전을 확인하고, 만약 1.7 버전이 설치되어 있다면 다음 명령을 통해 삭제합니다:
Redis Getting started Installing Redis 4.0.9 on Ubuntu 16.04 Ubuntu 16.04에 Redis 4.0.9 설치하기 Prerequisites Redis 소스를 컴파일하고 설치하기 위해 필요한 패키지들을 설치합니다. $ sudo apt-get update -y $ sudo apt-get install gcc make -y Installing Redis Redis 공식 사이트에서는 소스를 컴파일하여
Git Git Commit Message Git Commit Message 작성하기 tl;dr 첫 줄의 제목은 50자 이내의 명령문으로 작성하며, 대문자로 시작하고 마침표를 사용하지 않는다. 두번째 줄은 제목과 본문을 구분하기 위해 비운다. 나머지 줄에는 구체적으로 어떤 문제를 해결하고 왜 해결해야 했는지