nginx-0.7.0 release》的相关内容

nginx 0.6.31 release

Changes with nginx 0.6.31                                        12 May 2008    *) Bug ...
by titanfoot 2008-05-12 浏览 (292) 回复 (0) 关键字: nginx

nginx 0.5.36 release

Changes with nginx 0.5.36                                        04 May 2008    *) Bug ...
by titanfoot 2008-05-05 浏览 (352) 回复 (0) 关键字: nginx

RoR部署方案深度剖析

RoR的部署方案可谓五花八门,有Apache/Fastcgi方式的,有Nginx/Mongrel方式的,还有lighttpd/Fastcgi方式,也有人使用HAProxy/Mongrel,各种部署方式都是众说纷纭,让人搞不清楚哪种方式更好一些。我的这篇文章就是希望结合我们运营JavaEye网站一年多以来的经验(通过统计Rails的production.log,JavaEye网站目前每天处理超过70 ...
by robbin 2008-01-14 浏览 (9609) 回复 (16) 关键字: deployment

设计高性能网站架构-LLMP

在网站架构设计中,大家一定对 LAMP (Linux Apache Mysql Php) 不陌生。LAMP确实是一个非常优秀的架构,秉承着自由,开放,高效,易用的设计理念。但是,本文不打算探讨LAMP,网上有很多介绍LAMP的资料。 这里,想给大家介绍另一个在LAMP上衍生出来的,以提升性能为主要目的的开源网站架构。1, 选择高性能 OS首先,不难理解,任何一个server最底层的支撑还是OS, ...
by galaxystar 2008-03-20 浏览 (21017) 回复 (53) 关键字: website architecture

关于<Nginx and Memcached, a 400% boost!>

当看到这个标题的时候<<Nginx and Memcached, a 400% boost!>>,感觉很震惊,仔细看了一下,这篇文章,其实文章的标题就有断章取义之嫌。 400%提升仅仅是"Rails applications resulted in ~850 req/s on commodity,...and a quick test later: ~3,550 req/s, or ...
by masterkey 2008-04-02 浏览 (413) 回复 (0) 关键字: nginx, memcached, rails

nginx-0.7.2 relase

Changes with nginx 0.7.2                                         16 Jun 2008   *) Feature: ...
by masterkey 2008-06-16 浏览 (185) 回复 (0) 关键字: nginx

nginx 0.6.32 release

Changes with nginx 0.6.32                                        07 Jul 2008   *) Change: ...
by masterkey 2008-07-08 浏览 (264) 回复 (0) 关键字: nginx

nginx-0.7.8

Changes with nginx 0.7.8                                         04 Aug 2008    *) Fea ...
by masterkey 2008-08-05 浏览 (97) 回复 (0) 关键字: nginx

nginx-0.6.30

一直关注着nginx,最近其作者进行了更新。 Changes with nginx 0.6.30 29 Apr 2008 *) Change: now if an "include" directive pattern does not match any file, then nginx does ...
by masterkey 2008-05-03 浏览 (317) 回复 (0) 关键字: nginx

nginx-0.7.14

Changes with nginx 0.7.14                                        01 Sep 2008    *) Ch ...
by masterkey 2008-09-02 浏览 (28) 回复 (0) 关键字: nginx

DMD 1.030, 2.014 发布

Version D 2.014 May 16, 2008 New/Changed Features Added -man switch to browse manual. Added -lib switch to generate library files. Also causes multiple object files to be generated from one so ...
by qiezi 2008-05-18 浏览 (475) 回复 (8)

Spark源代码编译生成全攻略

本文来源:http://bookbookpicture.spaces.live.com/blog/cns!68F3076C3C3DA5EB!671.entry 其实关于这个问题在Spark的官网www.igniterealtime.org上有很详尽的介绍,因此本文大部分内容是从英文文档引用而来的,其中还有一些个人的经验。 Spark源代码:下载地址 想了解更多关于"Spark"的文章, ...
by lijinyan3000 2008-04-11 浏览 (1002) 回复 (1)

The Problem with Programming

转自: http://www.techreview.com/InfoTech/17831/page1/ Bjarne Stroustrup, the inventor of the C++ programming language, defends his legacy and examines what's wrong with most software code. 引用 In the 1 ...
by qiezi 2006-12-06 浏览 (1076) 回复 (2)

请问一下tapestry4可以和Beehive整合么?怎么在T4下应用页面流?

如题,请指点一下 啊!
by oliverswan 2007-11-19 浏览 (235) 回复 (2)

关于抗震救灾,看看一些美国人怎么说

有一些人似乎对西方很迷信,其实那只是因为不了解。下面的两则转贴,提供了来自一些美国人的声音。兼听则明。 引用 美国ABC NEWS报导地震后,美国网民也赞扬PLA! THe Chinese demonstrate they can respond to a major disaster within a few hours with 2 divisions of troops and thei ...
by pojo 2008-05-18 浏览 (115) 回复 (0)

Python 3000 alpha 2 放出

Python 3000(又称“Py3K”,发布为Python 3.0)是Python语言的一个新版本,它与2.x系列是不兼容的。语言的大部分没有改变,但是许多细节,尤其是像字典和字符串这样的内建对象的工作方式有了很大的改变,并且很多受到抨击的特性已经被去掉了。 3.0a2公布时间为美国时间:2007年12月7日 周五 上午10时30分 下载地址 http://www.python.org/d ...
by zuroc 2007-12-09 浏览 (765) 回复 (1) 关键字: python

Wine 1.0 Final发布

刚刚步入Linux,难免要有时利用一下Windows的程序资源,Wine提供了一个用来运行Windows程序的平台。Wine(Wine Is Not an Emulator的缩写,即Wine不仅仅是一个模拟器)是一个在XWindows和Unix上执行的Windows APIs(应用程序接口),也可以认为Wine是一个Windows兼容层。 下载: Wine 1.0 Final The ...
by galaxystar 2008-06-18 浏览 (616) 回复 (2) 关键字: linux wine windows

NetBeans6.5 M1 众多期待的特性一览表!

NetBeans6.5 M1 众多期待的特性一览表! Netbeans 6.5 M1 已经发布,最新版本的NetBeans 增强了许多功能,同时也引入了许多值得期待的新特性. 其中我比较喜欢的是DataBase 的改进,Eclipse 项目导入变得比以前更方便了,可以正确的区分Web项目 和普通项目,还有Spring   Hibernate 增强. GUI 中新增了JD ...
by gml520 2008-06-25 浏览 (4267) 回复 (16) 关键字: netbeans 6.5 m1

相关问答

赞助商链接