반응형
반응형

NGINX 커뮤니티 사이트

nginx
Nginx - http://nginx.org


NGINX, inc. - http://nginx.com/


NGINX Wiki - http://wiki.nginx.org/Main 소스 다운로드 및 설치


NGINX Forum - http://forum.nginx.org/


NGINX Mailman - http://mailman.nginx.org/mailman/listinfo

 : 이메일을 등록하면 메일링 서비스를 받을 수 있다.


http://tengine.taobao.org/ : taobao.com에서 NGINX를 자체 플렛폼으로 제작해서 사용하고 있는 tengine.


agentzh's Nginx Tutorials - http://agentzh.org/misc/nginx/agentzh-nginx-tutorials-enuk.html
 : Agentzh는 현재 taobao.com에서 근무하는 프로그래머 중 NGINX에 대해 잘 알고있는 대표적인 사람.


반응형
반응형
모바일화면이 느리다고 하는데. 일단 서버성능최적화가 모바일환경 최적화의 기본인데, 일반 데스크톱웹 환경과 동일하게 구성해놓고 어쩌자는건지. 먼저 데스크톱 웹환경에서의 최적화가 필요할 것이다.

어쩌면 보여지기만하면 된다는 무사안일주의가 우리를 품질관리에 소홀해지게 만드는것일지도.
반응형
반응형

nginx는 러시아인인 igor Sysoev가 만들었다.

웹(http)서버, reverse proxy, IMAP/POP3 서버.

C10K problem 을 해결하기 위해 기존의 아파치 방식처럼 사용하는 것이 아니라,

Event-driven(Asynchronus) 구조를 사용한다.  이와 유사하게 Node.js도 Event-driven 구조를 사용한다.


EDA(Event-driven Architecture)는 아파치보다 훨씬 적은 스레드개수로 많은 클라어언트를 처리할 수 있다.


반응형
반응형

Web Worker는 현재 페이지에 영향을 주지 않고, 백그라운드로 자바스크립트를 실행한다.

http://www.w3schools.com/html5/html5_webworkers.asp


HTML - Living Standard  : Run JavaScript in the background, in parallel with the main window
http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html




반응형
반응형

Sencha Touch 2 Build Mobile Web Apps with HTML5

Buy Support Download

Sencha Touch 2 hero

The Best Framework Just Got Better

Build HTML5 mobile apps for iPhone, Android, and BlackBerry.

Watch VideoWith over 50 built-in components, state management, and a built-in MVC system, Sencha Touch 2 provides everything you need to create immersive mobile apps.

View Examples


반응형
반응형

Eclipse SDK 4.2

Eclipse SDK 4.2 is the new platform for building Eclipse rich client applications. This new platform makes it easier for developers to develop and assemble applications based on Eclipse.

The 4.2 release is ready for consumption by both Eclipse plug-in developers and end users.

Download FAQ

http://www.eclipse.org/org/press-release/20120627_junorelease.php



반응형

+ Recent posts