룰라의 눈물

scribbling 2011. 2. 4. 21:47
Posted by '김용환'
,
Posted by '김용환'
,
Posted by '김용환'
,



구글 IO : http://www.google.com/intl/ko-KR/events/io/2010/
샌프란시스코
5월달에 함
2일 정도로 열림

Devoxx : http://www.devoxx.com/display/Devoxx2K10/Home
벨기에 엔드워프
11월달에 함
5일 정도로 열림

Qcon : http://qconsf.com/  (비싼 걸로 유명함)
미국 샌프란시코, 유럽 런던
3~5일 정도로 열림 (이 중 2일은 Hands on lab)
(한번 다녀왔음. 너무 좋았음)

Oredev : http://oredev.org/2010
스웨덴 말모
매년 11월달에 함
5일 정도로 열림

Oscon : http://www.oscon.com/oscon2011
미국 포틀랜드
매년 함.
5일 정도함
(다녀오신 분 말로는 갈 때가 없어서 지루하다고 함)


Fosdem : http://www.fosdem.org/2011/
벨기에 브루셀
매년함. 그냥 공짜 컨퍼런스

javaone : http://www.oracle.com/us/javaonedevelop/index.html
2010년에는 겨우 oracleworld와 함께 열렸음
(다녀오신 분 말로는 많이 아쉬웠다고 함.. )

Posted by '김용환'
,

인텔 광고

scribbling 2011. 1. 10. 18:18
Posted by '김용환'
,
윈도우 버튼- 실행 - Regedit 실행

HEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters

 

TcpTimedWaitDelay라는 REG_WORD(32비트)를 만들고 10진수로 30(초단위를 의미)를 입력

Posted by '김용환'
,

'scribbling' 카테고리의 다른 글

인텔 광고  (0) 2011.01.10
윈도우에서 tcpip tcp time wait deleay 지정  (0) 2010.11.18
How Facebook Makes MySQL Scale  (0) 2010.11.08
구글 mod_pagespeed 출시  (0) 2010.11.05
blekko  (0) 2010.11.04
Posted by '김용환'
,

Facebook에서 Mysql teck talk에서 mysql QPS 성능 향상을 한 자신들의 경험을 알렸다.

http://www.readwriteweb.com/hack/2010/11/facebook-mysql-scale.php
http://highscalability.com/blog/2010/11/4/facebook-at-13-million-queries-per-second-recommends-minimiz.html

이 사람들의 초정은 average response time을 낮추는 것이 중요한 것이 아니라, query의 종류에 따란 respose time을 줄이려고 시도했다는 점이다.

'scribbling' 카테고리의 다른 글

윈도우에서 tcpip tcp time wait deleay 지정  (0) 2010.11.18
머리식히기] 한국에서 소프트웨어 엔지니어로 성공하는 법  (0) 2010.11.08
구글 mod_pagespeed 출시  (0) 2010.11.05
blekko  (0) 2010.11.04
QWIKI  (0) 2010.11.04
Posted by '김용환'
,

구글에서 렌더링을 빨리 해주기 위해서 만든 아파치 모듈이 나왔다.

http://www.infoq.com/news/2010/11/mod-pagespeed
http://code.google.com/intl/ko-KR/speed/page-speed/docs/module.html


  • Minifying HTML CSS and JavaScript on the fly, and serving back those files for subsequent requests (including removing comments, whitepsace and unnecessary quoting)
  • Combining multiple CSS files into a single CSS delivery component
  • Merging CSS into HEAD of an HTML file
  • Adding caching headers, such as Cache-Control, to content that is served without caching
  • Inlining small images into base64 using the data: URL scheme
  • Scaling down large images to provide a 1-1 mapping to an image's specified size in the HTML document



mod_pagespeed 는 내부적으로 rendering과 관련된 optimization 코드들이 많이 들어간 것으로 생각된다.

일반적으로 잘 놓치기 쉬운 것들을 잘 부분을 사람의 손이 아닌 시스템화했다는 점이 눈에 띈다. 
보통 일반적으로 컴파일레벨에서  진행하는데, 런타임때 진행되니. 내부적으로 어떻게 하고 있는지 보고 싶기는 하네요.

 inline 기법, 여러 개의 css 파일을 하나로 합치고, html 안의 css 코드들을 head로 올리고, 많이 실수하는 cache-control 코드도 자동으로 붙여주고, 파일 큰 것은 작게 해주는 센쓰까지..

흘~~ 얘네들 너무 잘해~

'scribbling' 카테고리의 다른 글

머리식히기] 한국에서 소프트웨어 엔지니어로 성공하는 법  (0) 2010.11.08
How Facebook Makes MySQL Scale  (0) 2010.11.08
blekko  (0) 2010.11.04
QWIKI  (0) 2010.11.04
요즘 Trend  (0) 2010.11.01
Posted by '김용환'
,

blekko

scribbling 2010. 11. 4. 17:21


어제 blekko 라는 검색 싸이트가 오픈되었다.

네트스케이프 개발자가 만들었고,  검색어 뒤에 자동으로 slash tag 가 붙어 기존 검색엔진보다 검색 결과를 좁혀서 얻을 수 있다. 최대한 쓸모없는 내용이 검색되지 않기 위해서 스팸 신고 기능도 있다.




동영상을 감상해보시라

blekko: how to slash the web from blekko on Vimeo.




job 란을 보니, perl로 구현했다고 한다.
strong math/CS background, can rip Perl code

'scribbling' 카테고리의 다른 글

How Facebook Makes MySQL Scale  (0) 2010.11.08
구글 mod_pagespeed 출시  (0) 2010.11.05
QWIKI  (0) 2010.11.04
요즘 Trend  (0) 2010.11.01
Meego  (0) 2010.10.25
Posted by '김용환'
,