longrujun

网站架构、Web Apps规划

2008年11月13日

原创 谷歌搜索服务器虚拟版发布

谷歌搜索服务器(GoogleSearch Appliance,以下简称GSA)能够对企业、高校等拥有的网页、文档、数据库等相关信息进行高效安全的通用搜索,支持的文件格式达 220 余种。随着 GSA 最新的 5.2版的发布,在全球同时发布了一个运行在虚拟机中的纯软件版的 GSA ——谷歌搜索服务器虚拟版(Google Search Appliancevirtual edition,以下简称 GSAve)。 今天,全世界的技术爱好者可以免费从这里下载 GSAve,在自己的计算机上运行自己的搜索引擎,使用它来抓取和索引自己的网站、博客、数据库和网络文件夹。 GSAve 秉承了 GSA 强大的搜索功能和编程接口。谷歌鼓励广大程序员使用 GSAve 提供的接口来开发一些有趣的适合特殊内网环境的搜索体验。- 使用连接器管理工具,可以让 GSAve 抓取和索引到非 Web 形式的网络资源,例如存放在Sharepoint 中的文档。 - 使用 Feed API 和元数据搜索功能,您可以为自己的网络论坛阅读全文>

发表于 @ 2008年11月13日 02:00:00|评论(loading...)|编辑|举报|收藏

原创 IPVS更新添加针对IPV6支持


IPv6 support for IPVS was included in the Linux kernel 2.6.28-rc3 on November 2, 2008. See the wiki page of IPv6 load balancing for the status of IPv6 support.
Your testings, comments and bug report/fixes are very welcome. The ChangeLog is available here.
Go to http://kernel.org/ to get a clean copy of kernel 2.6.10 or later, and download the ipvsadm utility here to administer the IP Virtual Server inside the Linux kernel. See the article Compiling ipvsadm on diff阅读全文>

发表于 @ 2008年11月13日 01:37:00|评论(loading...)|编辑|举报|收藏

2008年10月21日

原创 Mini聚会




1、有幸和LVS开发者章文嵩博士交流有关负载均衡、High Availability 、High Performance、Reliablity、Large-Scale website Architecture ,通用Web Apps架构等方面的知识,收获颇丰。

在回顾LVS开发历程中,分享了对待有效开发的宝贵经验。没记下太多,其中一句有效开发:开发者需明确CPU第一步在处理什么?在底层多规划性能等问题将有助于后期项目的扩展。

其间得知
         1、对IPV6的支持将在后继版本中得以更新。
         2、目前张博士在从事致力于提供一个可以让所有产品和应用相连接的Saas通用平台研发。TelTel 所运行的全球网络称为PsipTN(Publish SIP Transport Network)帮助设备制造商、应用服务开发商以及用户加入一个网络设备相连接,用户提供的销售渠道以及使用者共同支持和组成的全新的完整的生态系统。

文嵩低调内敛、才华弘毅阅读全文>

发表于 @ 2008年10月21日 16:31:00|评论(loading...)|编辑|举报|收藏

2008年10月20日

原创 业务技能 or 技术技能:Recommended Reading (Business, Engineering)

  1、不谈话题中how to。推荐几本好书。   2、LVS开发者章文嵩博士说的一句话非常好。     "CPU第一步在做什么? 高效的代码,需要从底层理解并提升性能。"      同样对高效开发、架构等方面的车东、黄冬等人总结的精辟之极阅读全文>

发表于 @ 2008年10月20日 22:18:00|评论(loading...)|编辑|举报|收藏

原创 大规模网络服务交付模式-Huangdong


阅读全文>

发表于 @ 2008年10月20日 17:15:00|评论(loading...)|举报|收藏

2008年10月19日

原创 Linux Virtual Server: Linux Server Clusters for Scalable Network Services

Linux Virtual Server: Linux Server Clusters for Scalable Network Services阅读全文>

发表于 @ 2008年10月19日 01:49:00|评论(loading...)|编辑|举报|收藏

2008年09月28日

原创 Nginx+PHP(FastCGI)测试


基本环境

单台1G内存兼容机
环境Nginx+ PHP(FastCGI)
在5000并发连接,开启的10个Nginx进程和20个php-cgi进程下,测试出效果很不寻常:)

# ./ab -c 5000 -n 5000 http://x.com/info.php
This is ApacheBench, Version 2.3
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking x.com (be patient)
Completed 500 requests
Completed 阅读全文>

发表于 @ 2008年09月28日 02:19:00|评论(loading...)|举报|收藏

2006年11月08日

原创 本周技术关注:High Performance SOA #

In the world of information technology, the concept of abstractions are particularly handy. Take, for example, the Services abstraction at the heart of SOA, which masks the complexity of the underlying technology implementation while presenting composable business Services to internal and external users. But every abstraction comes at a price, and the Services abstraction is no exception. Loose coupling, composability, agility, and the other benefits of SOA all introduce performance overhead. Fo阅读全文>

发表于 @ 2006年11月08日 23:48:00|评论(loading...)|举报|收藏

2006年10月26日

原创 DNS TSIG实现CDN+GSLB

Note 1、 本文只涉及User-Server-User过程[Request及Response请参考上图] 2、 有关站点加速及Cache请参考:http://longrujun.com/tags/SQUID/default.aspx 3、 有关大规模站点体系规划及性能优化请参考下图,不深入探讨 阅读全文>

发表于 @ 2006年10月26日 16:21:00|举报收藏

2006年10月14日

原创 本周技术关注:LINUX动态链接库高级应用 #

LINUX动态链接库高级应用 # LINUX动态链接库高级应用 在 ASP.NET 中执行 URL 重写 # 摘要:介绍如何使用 Microsoft ASP.NET 执行动态 URL 重写。URL 重写是截取传入 Web 请求并自动将请求重定向到其他 URL 的过程。讨论实现 URL 重写的各种技术,并介绍执行 URL 重写的一些实际情况。 阅读全文>

发表于 @ 2006年10月14日 22:35:00|评论(loading...)|举报|收藏

Csdn Blog version 3.1a
Copyright © 沧海笑一声