이것저것(38)
-
IIS App Pool과 Oracle Pooling Ado.Net의 관계
https://stackoverflow.com/questions/54409686/relationship-between-iis-app-pool-and-oracle-pooling-ado-net Relationship between IIS App Pool and Oracle Pooling Ado.Net What is the relationship between the Worker Process from IIS App Pool (Windows Server 2012 R2) and Oracle 11g Pooling? I have an X application written in C# Framework 4.0, configured with an AppPool stackoverflow.com IIS 앱 풀(Window..
2023.01.22 -
JMeter Loop Count와 JMeter Thread Count
Explaining JMeter Loop Count and Jmeter Thread Count - RedLine13 Clear up the confusion between JMeter Loop Count and JMeter Thread Count and the impact on load testing. Examples included. www.redline13.com 사람들은 종종 JMeter Loop Count 및 JMeter Thread Count의 사용에 대해 혼란스러워하며 더 중요한 것은 부하 테스트에 어떤 영향을 미칠지입니다. 정답이 무엇일까요? 다음은 두 가지 시나리오입니다. 시나리오 1 : number of thread 수가 10 인 경우 ramp-up 시간은 10이고 loop count는 ..
2023.01.17 -
가상머신 기반의 하이퍼바이저와 컨테이너 기반의 도커 개념과 두 기술 간의 차이점
https://stackoverflow.com/questions/16047306/how-is-docker-different-from-a-virtual-machine How is Docker different from a virtual machine? I keep rereading the Docker documentation to try to understand the difference between Docker and a full VM. How does it manage to provide a full filesystem, isolated networking environment, etc. wi... stackoverflow.com Docker는 가상화 방법이 아닙니다. 컨테이너 기반 가상화 또는 운영..
2023.01.09 -
버추얼박스에 요세미티 설치하기
예전에 한번 해본 것이 아마도 Lion 버전인 것으로 알고 있다. 이번에 iPhone으로 무언가를 개발을 해야 할 것 같아서, 가상머신에 설치 해서 사용하든, 맥북을 사서 사용하든 아니면 아무 PC 나 받아서 해킨을 하든 여러 가지 옵션을 생각해 보았다. 젤 좋은 방법은 두 번째 방법이기는하나, 정녕 개발을 진지하게 할 것인지도 의문이 들고, 일단먼저 해보는 것인 좋을 것으로 판단되어, 첫 번째 방법으로 설치해서 하나 갖고 있고, 세 번째 방법은 되면 한 번 시도를 해보는 것으로 이 기~인 개삽질을 시작하게 된 것으로… 그림으로 한 번 떠주고, 한 번 더 상기하자는 맘으로 한 열 번 정도버추얼 박스에 설치 해 보았다. 설치를위해서 일단 조사를 해본 결과 다음 사이트에서 읽은 내용이 잘 맞아 들었다. 나중..
2023.01.08 -
Java Keystore에 Trusted 인증서들을 설치하기
Oracle Blogs Your source for the latest news, product updates, and industry insights blogs.oracle.com 소프트웨어 환경에 보안 대책이 꾸준히 대두 됨에따라 깊이 있는 방식으로 디지털 인증서를 처리해야 할 확률이 시간이 지날수록 증가 하고 있습니다. 게다가, 플랫폼은 인증서의 사용을 요구 할 뿐만 아니라, 커다란 확장성을 가진 자체 서명 된 다양성을 피하고 신뢰성 있는 기관에서 발급 한 인증서를 고집하게 되었습니다. 이 인증서들을 관리 할 때 가장 많이 사용 할 가능성이 있는 Java 세계의 유틸리티가 바로 Java Development Kit의 필수 요소 인 keytool입니다. keytool은 자체 서명 된 개인 / 공개 키..
2023.01.07 -
OpenSSL로 원격 인증서 체인 검증하기
Checking A Remote Certificate Chain With OpenSSL If you deal with SSL/TLS long enough you will run into situations where you need to examine what certificates are being presented by a server to the client. The best way to examine the raw output is via (what else but) OpenSSL. First let’s do a standard langui.sh 2009년도 문서지만, 응용이 가능 할 것으로 보입니다. 명령어의 옵션이 바뀐 부분이 있습니다... 오랫동안 SSL / TLS를 다루다 보면 서버가 클라..
2023.01.05