북마크498 Node.js 클러스터에 대한 정리 https://programmingsummaries.tistory.com/384 [NodeJS] 클러스터(cluster)에 대한 정리 들어가며 node.js는 기본적으로 하나의 프로세스가 32bit에서는 512MB의 메모리, 64Bit에서는 1.5GB 메모리를 사용하도록 제한되어 있다. V8엔진의 제한을 그대로 반영한 것인데, 물론 설정으로 더 늘릴 programmingsummaries.tistory.com 2020. 5. 28. github fork 에서 pull request 까지 그리고 merge https://medium.com/axisj/github-fork-%EC%97%90%EC%84%9C-pull-request-%EA%B9%8C%EC%A7%80-%EA%B7%B8%EB%A6%AC%EA%B3%A0-merge-a22bdd097283 github fork 에서 pull request 까지 그리고 merge 요즘 gitHub에 가면 어마어마한 소스코드들이 널려있습니다. 개발자로서 자신의 한계를 충분히 느끼게 해줍니다. ㅜ.ㅜ (충분해도 너무 충분해) medium.com 2020. 5. 28. Influx DB 설치 및 Java 연동 가이드 https://toma0912.tistory.com/91 Influx DB 설치 및 Java 연동 가이드 Getting Start IOT(Internet Of Things : 사물인터넷) 프로젝트를 진행하게 되면서 Influx DB라는 시계열 데이터베이스(TSDB : Time-series Database)를 사용해 보았습니다. 최신 트렌트로 빅데이터가 등장했으며.. toma0912.tistory.com 2020. 5. 27. TypeScript: 제네릭(Generic) https://hyunseob.github.io/2017/01/14/typescript-generic/ TypeScript: 제네릭(Generic) 이전 글 - TypeScript: 함수(Function) 제네릭은 Java 등의 정적 타입 언어를 사용하던 사람에게는 익숙한 단어일지도 모르겠다. 그러나 JavaScript를 사용해왔던 개발자에게는 그렇지 않다. 제네릭은 어떠 hyunseob.github.io 2020. 5. 27. stomp-js https://stomp-js.github.io/stomp-websocket/codo/extra/docs-src/Upgrade.md.html STOMP.js Documentation Upgrade (Work in Progress) Auto Reconnect Please note: After each connect (i.e., initial connect as well each reconnection) the connectCallback will be called. After reconnecting, it will not automatically subscribe to queues that were subscribed. So, if a stomp-js.github.io 2020. 5. 27. 이전 1 ··· 88 89 90 91 92 93 94 ··· 100 다음