
highlyscalable.blogspot.com
Highly Scalable소프트웨어 엔지니어링에 대한 블로그 입니다.
http://highlyscalable.blogspot.com/
소프트웨어 엔지니어링에 대한 블로그 입니다.
http://highlyscalable.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
0.3 seconds
16x16
32x32
64x64
128x128
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
0
SITE IP
173.194.205.132
LOAD TIME
0.299 sec
SCORE
6.2
Highly Scalable | highlyscalable.blogspot.com Reviews
https://highlyscalable.blogspot.com
소프트웨어 엔지니어링에 대한 블로그 입니다.
Highly Scalable: Google Protocol Buffer v3 달라진 점
http://www.highlyscalable.blogspot.com/2015/03/google-protocol-buffer-v3.html
모바일 게임 개발자의 블로그. 2015년 3월 8일 일요일. Google Protocol Buffer v3 달라진 점. Google Protocol Buffer v3 달라진 점. 더 간편한 사용법과 다양한 프로그래밍 언어 지원. Google Protocol Buffer가 2008년 v2 버전 이후로 드디어 업그레이드 된 v3 버전을 준비 중이다. 2015년 3월 현재 alpha2 버전까지 릴리즈 되었고 현재까지 변경된 사항만 간단히 정리해 보았다. 새롭게 추가된 기능 및 변경되는 내용. 기본값(default values) 필드, 필수(required) 필드 제거. Primitive values(number, enum, boolean, string) 필드들에 대한 hasField 체크가 필요 없도록 serialize 할 때 적당한 값으로 세팅. Extensions 제거. 대신에 Any라는 새로운 기본 타입으로 대체. 의미를 알 수 없는 enum 값들에 대해 의미를 알 수 있도록 수정. Google P...
Highly Scalable: 글로벌 모바일게임을 위한 고려사항 (3) - 언어팩
http://www.highlyscalable.blogspot.com/2015/03/3.html
모바일 게임 개발자의 블로그. 2015년 3월 4일 수요일. 글로벌 모바일게임을 위한 고려사항 (3) - 언어팩. 다양한 국가에서 필요할 때만 언어팩을 다운로드 받고 유연하게 수정 반영할 수 있어야 함. 실제로 작업을 해보니 언어팩이 필요한 부분은 프로젝트와 관련된 모든 산출물이라고 보는 것이 좋다. 클라이언트, 서버 어플리케이션에 있는 스트링들은 당연한 이야기이고, 각종 가이드 특히 운영툴 까지 프로젝트를 진행하며 생기는 모든 부산물은 언어팩 적용 대상이다. 언어팩을 사용할 수 있는 구조. 처음 기획부터 문장이 아닌 단어 형식으로…. 어쩔 수 없는 문장이라면 문장 사이에 하이라이트는 제외. 번역도 번역이지만 프로그래밍 할때 굉장히 피곤해짐. 해당 하이라이트 된 단어는 어순이 다른 언어일 경우 어디를 하이라이트를 해야 할 지 언어를 모른다면 알수가 없기 때문. 단어 보다는 그 액션을 떠올릴 수 있는 그림으로…. 그림이 안된다면 행동으로 보여준다.(ex. 튜토리얼 같은 경우도). 근데 사실 문제는 언...
Highly Scalable: 10월 2013
http://www.highlyscalable.blogspot.com/2013_10_01_archive.html
모바일 게임 개발자의 블로그. 2013년 10월 7일 월요일. 내 사주의 생시(生時)에는 외로울 수 밖에 없는 운명을 타고났다는 의미의 천고가 있다고 했다. 그 말을 듣고 나는 외로움은 역시 나의 운명이라고 다시 한 번 생각하지 않을 수가 없었다. 사실 누구나 저마다의 외로움을 가지고 있을 거라고 생각한다. 나는 나만의 외로움이 있다. 그 이유가 무엇인지 그 외로움이 어떤 것인지 나도 정확한 실체는 알 수가 없다. 내가 다만 궁금한 것은 이 외로움이 내가 정말 그러한 환경에 처해서 느껴지는 것 인지 아니면 타고난 기질적인 탓 인지 이다. 그러한 환경에 처했다고 생각하기에는 나는 정말 많은 사람들과 관계를 맺고 있고 또한 소통하고 있다. 하지만, 기질적인 탓이라고 하기에는 나는 그들로부터 내가 원하는 만큼의 되돌림을 받지 못하고 있다고 느끼고 있다. 이 두 가지 요소의 중간 어디쯤에서 지속적인 갈증을 느낄 수 밖에 없는 이것이 나의 천고(天孤)이지 않을까? 피드 구독하기: 글 (Atom).
Highly Scalable: 7월 2013
http://www.highlyscalable.blogspot.com/2013_07_01_archive.html
모바일 게임 개발자의 블로그. 2013년 7월 1일 월요일. Nginx 설치 쉘 스크립트. Nginx installation shell script. Put nginx-x.x.x-tar.gz and pcre-x.x.x into /tmp. Make nginx install.sh file and give it execute permission. (you need to fix NGINX VERSION, PCRE VERSION for your own versions). Run the nginx install.sh. Else echo "Making symbolic link." ln -s /usr/local/nginx/sbin/nginx $NGINX SYMBOLIC LINK DIR/nginx fi cd $NGINX SYMBOLIC LINK DIR ./nginx echo "All done! Nginx has been started. enjoy it! 피드 구독하기: 글 (Atom). Nginx 설치 쉘 스크립트.
Highly Scalable: 트랜잭셔널 메모리(Transactional Memory)
http://www.highlyscalable.blogspot.com/2015/02/transactional-memory.html
모바일 게임 개발자의 블로그. 2015년 2월 28일 토요일. 데이터 레이스가 생길 수 있는 프로그래밍 블록이 있을 때 그것을 atomic 하게 실행해줄 수 있는 방법이다. 기존에 싱글 쓰레드 프로그래밍 처럼 작성하고 atomic {} 으로 감싸주기만 하면 된다. A =3 은 안됨. Atranstore(3) 같이 해줘야 함. 잘 돌아는 가는데 사용하고 있지는 않다. 아직은 성능향상이 없다 core가 64개 이상 정도는 되야 오버헤드를 극복하고 성능향상이 있을 거다. Unreal3 에서 시도를 해봄 - 아직은 무리. SUN의 락 프로세서는 망했음 왜냐하면 오라클에서는 하드웨어에 관심이 없었기 때문. 캐시의 태그를 보고 transaction bit가 on 되어 있으면 메인 메모리에 쓰지 않는다. L1 캐시에서만 메모리 연산이 이루어 진다. CPU가 여러개라도 잘 돌아간다. L1 캐시 용량이 32KB 이기 때문에 그 이상의 데이터면 작동안함. 근데 9KB 일 때도 안될 때도 있음. 가장 많이 본 글.
TOTAL PAGES IN THIS WEBSITE
19
highlysatisfactional.wordpress.com
Protected Blog › Log in
Https:/ highlysatisfactional.wordpress.com/. Is marked private by its owner. If you were invited to view this site, please log in. Below Read more about privacy settings. Larr; Back to WordPress.com.
Highly Scalable
모바일 게임 개발자의 블로그. 2015년 6월 21일 일요일. Reversi Battle - Play with people over the world. Free real-time online strategy board game. Reversi is free real-time online strategy board game. You can connect and play with your friends through a network. Players are able to play Reversi with other players across the world through whenever they are connected online. Reversi also supports single gameplay as well as a multiplayer game. You can compete with your friends and practice against computer. Player will be aut...
Highly Scalable Blog – Articles on Big Data, NoSQL, and Highly Scalable Software Engineering
Articles on Big Data, NoSQL, and Highly Scalable Software Engineering. Follow Highly Scalable Blog on WordPress.com. Data Mining Problems in Retail. In-Stream Big Data Processing. Distributed Algorithms in NoSQL Databases. Speeding Up Hadoop Builds Using Distributed Unit Tests. Fast Intersection of Sorted Lists Using SSE Instructions. 1,509,152 hits. January 10, 2018. Data Mining Problems in Retail. July 7, 2017. In-Stream Big Data Processing. October 11, 2012. Distributed Algorithms in NoSQL Databases.
Highly Scalable Systems - Highly Scalable Systems
Articles, tutorials and news on technologies for Highly Scalable Systems. This site (HighlyScalableSystems.com) is set up to talk about highly scalable systems. Highly Scalable Systems publishes articles, tutorials and news on systems technologies especially for cloud computing. It is welcomed if you share and publish technical articles. Please check here for contribution information. Recent posts ∞. Hadoop Installation Tutorial (Hadoop 2.x). Posted on Sunday September 14, 2014. Data Consistency Models o...
Price Request - BuyDomains
Url=' escape(document.location.href) , 'Chat367233609785093432', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=500');return false;". Need a price instantly? Just give us a call. Toll Free in the U.S. We can give you the price over the phone, help you with the purchase process, and answer any questions. Get a price in less than 24 hours. Fill out the form below. One of our domain experts will have a price to you within 24 business hours. United States of America.
Highly scented hand poured candles and scent oils
OUR CANDLES ARE SO DEEPLY SCENTED THAT THEY WILL. FILL YOUR ROOM WITH FRAGRANCE WITHOUT EVEN BURNING. Candles and Gifts by Steve and Shirley specializes in highly scented candles. We started in 1997 out of the kitchen in our home as a hobby. After pouring various candles for friends and family, we started 6 months later with a small shop adjoining our home. We take pride in our work. We deliver quality affordable products. My wife and I look forward to serving you. In the Jackson County, Ohio area? Pleas...