探索Google App Engine背后的奥秘(6)- 总结

七月 31st, 2010 | 4 Comments | Posted in WEB架构 | 阅读次数: 16

本篇是本系列的最终章,将总结一下App Engine在使用方面的注意点,最佳实践和适用场景,最后会谈一下我对App Engine的一些期望。   注意点

  • 执行速度偏慢:由于其分布式的设计,所以在速度方面不是最优的,比[......]

Read more

Tags: ,

探索Google App Engine背后的奥秘(5)- Datastore的设计

七月 30th, 2010 | 5 Comments | Posted in WEB架构 | 阅读次数: 18

本篇会首先会从程序员角度来介绍一下Datastore在使用方面的一些信息,之后会接着介绍 Datastore是如何构建的。 使用方面 首先,在编程方面,Datastore是基于"Entity(实体)"这个概念,而且E[......]

Read more

Tags: ,

探索Google App Engine背后的奥秘(4)- Google App Engine的架构

七月 30th, 2010 | No Comments | Posted in WEB架构 | 阅读次数: 6

本篇将首先介绍App Engine的一些设计理念,接着将对App Engine的组成部分等进行介绍。 设计理念 App Engine在设计理念方面,主要可以总结为下面这五条:

  • 重用现有的Google技术:大家都知道,重用是软件工[......]

Read more

Tags: ,

探索Google App Engine背后的奥秘(3)- Google App Engine的简介

七月 29th, 2010 | 1 Comment | Posted in WEB架构 | 阅读次数: 16

通过前面两篇介绍,大家应该对Google强大的基础设施有一定的了解。本篇开始介绍构筑在这强大基础设施之上的Google App Engine。   Google App Engine的介绍 由于发布S3和EC2这两个优秀的云[......]

Read more

Tags: ,

探索Google App Engine背后的奥秘(2)–Google的整体架构猜想

七月 29th, 2010 | 3 Comments | Posted in WEB架构 | 阅读次数: 18

本文是基于现有的公开资料和个人的经验来对Google的整体架构进行总结和猜想。 在软件工程界,大家有一个共识,那就是"需求决定架构",也就是说,架构的发展是为了更好地支撑应用。那么本文在介绍架构之前,先介绍一下 Goo[......]

Read more

Tags: ,

探索Google App Engine背后的奥秘(1)–Google的核心技术

七月 28th, 2010 | 5 Comments | Posted in WEB架构 | 阅读次数: 11

本系列文章基于公开资料对Google App Engine的实现机制这个话题进行深度探讨。在切入Google App Engine之前,首先会对Google的核心技术和其整体架构进行分析,以帮助大家之后更好地理解Google App Eng[......]

Read more

Tags: ,

网站优化应重视 DNS 预获取(DNS Prefetching)

七月 28th, 2010 | 2 Comments | Posted in 6.综合内容, WEB架构 | 阅读次数: 17

网站优化技术总是在进化。今天重新阅读了一下以前的前端优化笔记,发现对于 YSlow 优化 34 条准则关于减少 DNS 查找 (Reduce DNS Lookups)的部分或许应该修正一下了。   DNS 作为互联网的基础协议[......]

Read more

Tags: ,

centos linux下安装bt server V1.1

七月 22nd, 2010 | 8 Comments | Posted in Centos, Debian, Ubuntu | 阅读次数: 51

Author:gaojinbo Time:2010-7-9 根据以下文档,你可以在任意linux发行版下建立自己的bt服务器,linux bt server   1.下载安装 http://download.bitt[......]

Read more

Tags:

apache+python安装配置V1.0

七月 21st, 2010 | 7 Comments | Posted in Apache | 阅读次数: 70

Author:gaojinbo Time:2010-7-20 1.安装mod_python 到www.modpython.org下载源码包,解压后进入目录: ./configure –with-apxs=/path[......]

Read more

Tags: ,

linux下nginx+python配置

七月 17th, 2010 | 16 Comments | Posted in Nginx | 阅读次数: 121

Author:gaojinbo Time:2010-7-17 linux下nginx+python配置,以下文章只记录了重点部分   mod_wsgi下载 http://hg.mperillo.ath.[......]

Read more

Tags: