반응형
반응형

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



반응형
반응형
http://msdn.microsoft.com/ko-kr/library/windows/apps/br205757.aspx


반응형

'프로그래밍 > Web' 카테고리의 다른 글

Building a “Coming Soon” Page With HTML and LESS  (0) 2012.07.26
[HTML5] Web Worker  (0) 2012.07.13
HTML5 - 웹소캣 Connectivity  (0) 2012.05.02
크로스 플랫폼 개발환경 - 웹앱?!  (0) 2012.05.01
HTML5 offilne cache  (0) 2012.04.27
반응형
http://msdn.microsoft.com/ko-kr/windows/apps/
반응형

+ Recent posts