'Google App Engine'에 해당되는 글 1건

  1. 2008/04/14 Google App Engine



Google App Engine

잡소리 2008/04/14 02:01
현재로서는 별로 안 땡긴다.
다시 말해 이 플랫폼에 맞게 어플리케이션을 개발하고 싶은 생각이 별로 안든다.

limitation이 좀 심한것 같다. 특히 세번째...

An App Engine application cannot:

  • write to the filesystem. Applications must use the App Engine datastore for storing persistent data. Reading from the filesystem is allowed, and all application files uploaded with the application are available. (Files uploaded as "static" files are not kept on the filesystem.)
  • open a socket or access another host directly. An application can use the App Engine URL fetch service to make HTTP and HTTPS requests to other hosts on ports 80 and 443, respectively.
  • spawn a sub-process or thread. A web request to an application must be handled in a single process within a few seconds. Processes that take a very long time to respond are terminated to avoid overloading the web server.
  • make other kinds of system calls, such as signals.

현재 상태로는 블로그나, 게시판, 개인용 홈페이지 같은 토이 웹 어플리케이션을 제외하면, 아마존 웹서비스 사업에 별 영향을 못 미칠것으로 보인다.
크리에이티브 커먼즈 라이선스
Creative Commons License

'잡소리' 카테고리의 다른 글

IBM Launches Pilot Program for Migrating to Macs  (2) 2008/04/18
Tech Stocks  (0) 2008/04/18
Google App Engine  (0) 2008/04/14
Tomcat, 정말 실망이야..?  (1) 2008/04/08
실버라이트 단상  (4) 2008/04/06
re) MS OOXML, ISO 표준으로…ODF와 경쟁 예고  (2) 2008/04/03
Posted by nokarma

트랙백 주소 :: http://nokarma.tistory.com/trackback/121

댓글을 달아 주세요