Google Groups Home
Help | Sign in
Google Web Accelerator Beta
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  20 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
阿pp  
View profile   Translate to Translated (View Original)
 More options May 5 2005, 6:35 am
From: "阿pp" <iamcomingag...@gmail.com>
Date: Thu, 05 May 2005 10:35:54 -0000
Local: Thurs, May 5 2005 6:35 am
Subject: Google Web Accelerator Beta
Google针对浏览器的加速器

可以帮助宽带用户节省时间

http://webaccelerator.google.com/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Owen Jeffers Sheer  
View profile   Translate to Translated (View Original)
 More options May 5 2005, 6:52 am
From: Owen Jeffers Sheer <13121982.owen.jeffers.sh...@gmail.com>
Date: Thu, 5 May 2005 18:52:07 +0800
Local: Thurs, May 5 2005 6:52 am
Subject: Re: Google Web Accelerator Beta

没有什么特别感觉,装了跟没有装没有啥区别。


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
my36z  
View profile   Translate to Translated (View Original)
 More options May 5 2005, 6:55 am
From: my36z <mail...@gmail.com>
Date: Thu, 5 May 2005 18:55:35 +0800
Local: Thurs, May 5 2005 6:55 am
Subject: Re: Google Web Accelerator Beta

又不是玩泡泡堂,这个倒不是很讲究


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Colin  
View profile   Translate to Translated (View Original)
 More options May 5 2005, 7:41 am
From: Colin <2co...@gmail.com>
Date: Thu, 5 May 2005 19:41:16 +0800
Local: Thurs, May 5 2005 7:41 am
Subject: Re: Google Web Accelerator Beta

看到这句话
Availability: For users in North America and Europe (during beta testing
phase)
不装了……
 05-5-5,my36z <mail...@gmail.com> 写道:

> 又不是玩泡泡堂,这个倒不是很讲究

--
On and on
The rain will say
How fragile we are...
----------------------------------------
http://colin.flashempire.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
baalchina  
View profile  
 More options May 5 2005, 8:08 am
From: baalchina <baalch...@gmail.com>
Date: Thu, 5 May 2005 20:08:23 +0800
Local: Thurs, May 5 2005 8:08 am
Subject: Re: Google Web Accelerator Beta

Google Web Accelerator sends requests for web pages, except for secure web
pages (HTTPS), to Google, which logs these requests. Some web pages may
embed personal information in these page requests.

· Google receives and temporarily caches cookie data that your computer
sends with webpage requests in order to improve performance.

· In order to speed up delivery of content, Google Web Accelerator may
retrieve webpage content that you did not request, and store it in your
Google Web Accelerator cache.
 好像使用的是一个缓存的机制。并且也会记录我的访问记录。
google现在怎么尽干这些记录网民上网记录的事情....

 On 5/5/05, Colin <2co...@gmail.com> wrote:

--
from:baalchina

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
baalchina  
View profile   Translate to Translated (View Original)
 More options May 5 2005, 8:32 am
From: baalchina <baalch...@gmail.com>
Date: Thu, 5 May 2005 20:32:43 +0800
Local: Thurs, May 5 2005 8:32 am
Subject: Re: Google Web Accelerator Beta

...
装了这个,在ie浏览器里面的代理设置可以看到使用自动配置脚本:
http://localhost:9100/proxy.pac
然后居然...居然我在msn spaces上面传图片,那个认出我的ip是:
   您查询的IP:64.233.172.38 <http://64.233.172.38>  

   - 查询结果1:美国 North America United States
   - 查询结果2:美国 加利福尼亚州Google公司

那个自动配置脚本的内容是:

function FindProxyForURL_16199750(url, host) {
return "DIRECT";

}

var private_re = new
RegExp("^((0\\.0\\.0\\.0)|(127\\.\\d+\\.\\d+\\.\\d+)|(10\\.\\d+\\.\\d+\\.\\ d+)|(172\\.(1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)|(169\\.254\\.\\d+\\.\\d+)| (192\\.168\\.\\d+\\.\\d+)|(22[3-9]\\.\\d+\\.\\d+\\.\\d+)|(2[3-5][0-9]\\.\\d +\\.\\d+\\.\\d+)|([^.]*\\.[^.]*\\.google\\.com)|([^.]*))$");
var bypass_re = new
RegExp("^((gmail\\.google\\.com)|(.*windowsupdate\\.microsoft\\.com)|(.*dow nload\\.windowsupdate\\.com))$");

function FindProxyForURL(url, host) {
if (host == "localhost" || host == "127.0.0.1 <http://127.0.0.1>")
return "DIRECT";
var url_proxy = FindProxyForURL_16199750(url, host);
if (private_re.test(host) ||
bypass_re.test(host) ||
url.substring(0,5) != "http:" ||
"DIRECT" != url_proxy
)
return url_proxy;
else
return "PROXY localhost:9100; " + url_proxy;

}

 On 5/5/05, baalchina <baalch...@gmail.com> wrote:

--
from:baalchina

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Colin  
View profile   Translate to Translated (View Original)
 More options May 5 2005, 8:05 pm
From: Colin <2co...@gmail.com>
Date: Fri, 6 May 2005 08:05:20 +0800
Local: Thurs, May 5 2005 8:05 pm
Subject: Re: Google Web Accelerator Beta

不太懂……搬个墩儿来听课:P

05-5-5,baalchina <baalch...@gmail.com> 写道:

--
On and on
The rain will say
How fragile we are...
----------------------------------------
http://colin.flashempire.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rinnsal  
View profile   Translate to Translated (View Original)
 More options May 6 2005, 2:03 am
From: "Rinnsal" <rinn...@gmail.com>
Date: Fri, 06 May 2005 06:03:38 -0000
Local: Fri, May 6 2005 2:03 am
Subject: Re: Google Web Accelerator Beta
看起来像C,又有点像Perl
大概意思说一下吧,错了的话,不要打俺的哈~
先创建一个数组,把本地环回和内网排除,Google、Gmail和Winupdate的网址直接解析成IP存储在本地
第2段有点看不理解。大概意思就是判断是否是本机,如果是的话,就将本机作为代理,然后连上9100端口来得到要访问的url。当然,这个只是脚本,大部份的动 作还是在程序中完成的:-)
哪个牛人去反工程一下就知道是怎样工作的了。俺不做反编译,太累人:(

--
大凡世上负有生息义务而蠢动者,为了尽其职责,必须得到休养。假如真有神仙说:“尔等乃为劳动而活,非为昏睡而生。”那么,我将回敬曰:“所言甚是。我为劳动而 生存,故要求为劳动而休息。”


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jhsea3do  
View profile   Translate to Translated (View Original)
 More options May 6 2005, 2:59 am
From: jhsea3do <jhsea...@gmail.com>
Date: Fri, 6 May 2005 14:59:23 +0800
Local: Fri, May 6 2005 2:59 am
Subject: Re: Google Web Accelerator Beta

JavaScript
第一个方法无条件返回"DIRECT"。
接下来是建立两个正则表达式,第一个private_re表示私有IP集合,第二个表示一些可以直接访问的站点比如google,gmail,winupdat e等2级域名。
第三个方法是根据键入的url需要访问的host进行匹配,找出代理访问字串:
其中第一个条件表示访问host为本地主机,则返回"DIRECT";
若不符合第一个条件,接下来赋值给变量url_proxy,然后第二个条件中指,如果host符合私有IP集合或者host符合可以直接访问的站点或者url字 串不以"http:"打头或者
url_proxy不为"DIRECT"(有点不明白),则返回url_proxy(当然是"DIRECT"),否则返回字串 "PROXY
localhost:9100; "+url_proxy,即通过代理访问。

我觉得 第一个方法有可能在使用前会被重写,这个方法现在只是摆设,另外16199750这个数字大概和IP有关系,我尝试转化为10进制为(
0.247.48.70 <http://0.247.48.70>),16进制为(22.25.151.80 <http://22.25.151.80>
),不知道有何含义~

On 5/6/05, Rinnsal <rinn...@gmail.com> wrote:

> 看起来像C,又有点像Perl
> 大概意思说一下吧,错了的话,不要打俺的哈~
> 先创建一个数组,把本地环回和内网排除,Google、Gmail和Winupdate的网址直接解析成IP存储在本地

> 第2段有点看不理解。大概意思就是判断是否是本机,如果是的话,就将本机作为代理,然后连上9100端口来得到要访问的url。当然,这个只是脚本,大部份的动 作还是在程序中完成的:-)
> 哪个牛人去反工程一下就知道是怎样工作的了。俺不做反编译,太累人:(

> --

> 大凡世上负有生息义务而蠢动者,为了尽其职责,必须得到休养。假如真有神仙说:"尔等乃为劳动而活,非为昏睡而生。"那么,我将回敬曰:"所言甚是。我为劳动而 生存,故要求为劳动而休息。"

--
<p>j.h.s.e.a.3.d.o</p>

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
wEakpErsOn  
View profile   Translate to Translated (View Original)
 More options May 6 2005, 6:48 am
From: "wEakpErsOn" <weakper...@gmail.com>
Date: Fri, 06 May 2005 10:48:32 -0000
Local: Fri, May 6 2005 6:48 am
Subject: Re: Google Web Accelerator Beta

Colin 写道:

嗯,只有北美和欧洲地区。。。

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Linker (我思故我在)  
View profile   Translate to Translated (View Original)
 More options May 6 2005, 7:50 am
From: "Linker (我思故我在)" <linkerm...@3126.com>
Date: Fri, 06 May 2005 04:50:14 -0700
Local: Fri, May 6 2005 7:50 am
Subject: Re: Google Web Accelerator Beta
我用的很爽啊!
:-)

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
my36z  
View profile   Translate to Translated (View Original)
 More options May 6 2005, 9:46 am
From: my36z <mail...@gmail.com>
Date: Fri, 6 May 2005 21:46:43 +0800
Local: Fri, May 6 2005 9:46 am
Subject: Re: Google Web Accelerator Beta

这个是DNS缓存工具吗?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
my36z  
View profile   Translate to Translated (View Original)
 More options May 6 2005, 10:07 am
From: my36z <mail...@gmail.com>
Date: Fri, 6 May 2005 22:07:23 +0800
Local: Fri, May 6 2005 10:07 am
Subject: Re: Google Web Accelerator Beta

发现在pchome上的介绍
Google Web
Accelerator有Google官方推出的可以加速搜索网页的工具,易于使用,会自动加速网页的加载。需要注意的是,该工具仍处于测试阶段,难免会
出现一些问题,请谨慎使用。而且,在Beta测试的第一阶段,北美及欧洲以外的用户可能看不到明显的速度提升。
  那么,Google Web Accelerator如何工作呢?
   1、经专门处理Web加速的Google服务器来处理查询请求;
2、存储查询频率高的页面拷贝;
3、只下载在上次访问后更新过的网页;
4、预下载特定网页到计算机;
5、管理网络连接缩短延迟;
6、传输前压缩数据;

当然该工具不会对于所有网页起作用,如HTTPS页面;还有MP3及视频流等大量数据的下载也不会得以提速。关于隐私问题,Google保证尊重用户的个人隐私 。
  支持的系统:Windows XP or Windows 2000 SP3+,浏览器:Internet Explorer 5.5+ or
Firefox 1.0+,如果要在其它浏览器上运行该工具,需要设置HTTP代理服务器设置为127.0.0.1:9100。
  了解更多:http://webaccelerator.google.com/

05-5-6,my36z <mail...@gmail.com> 写道:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
baalchina  
View profile   Translate to Translated (View Original)
 More options May 6 2005, 10:40 am
From: baalchina <baalch...@gmail.com>
Date: Fri, 6 May 2005 22:40:08 +0800
Local: Fri, May 6 2005 10:40 am
Subject: Re: Google Web Accelerator Beta

觉得像是把大家访问的页面全部存储在google的服务器上,然后直接从google服务器下载。当然需要连接到google的速度非常快才行。

On 5/6/05, my36z <mail...@gmail.com> wrote:

--
from:baalchina

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
HandLeft  
View profile   Translate to Translated (View Original)
 More options May 7 2005, 5:34 am
From: HandLeft <handl...@gmail.com>
Date: Sat, 7 May 2005 17:34:52 +0800
Local: Sat, May 7 2005 5:34 am
Subject: Re: Google Web Accelerator Beta

我估计GWA这个漂亮的软件,有可能会被限制在中国使用的。
使用了这个软件之后,你再尝试登陆一些过去登陆不上的网站看看?
比如你在www.blogger.com上的blog,或者伟大的BBC中文版。


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hakujoy  
View profile   Translate to Translated (View Original)
 More options May 7 2005, 6:05 am
From: hakujoy <haku...@gmail.com>
Date: Sat, 7 May 2005 18:05:03 +0800
Local: Sat, May 7 2005 6:05 am
Subject: Re: Google Web Accelerator Beta

搞不懂为什么blogger在国内被限制,google news也是@_@
BBC如此,VOA英文电台也一样``````

 On 5/7/05, HandLeft <handl...@gmail.com> wrote:

> 我估计GWA这个漂亮的软件,有可能会被限制在中国使用的。
> 使用了这个软件之后,你再尝试登陆一些过去登陆不上的网站看看?
> 比如你在www.blogger.com上的blog,或者伟大的BBC中文版。

--
Blog: www.donews.net/hakujoy <http://www.donews.net/hakujoy>
MSN: haku...@hotmail.com
Hope to become the friend with you.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kEiTh  
View profile   Translate to Translated (View Original)
 More options May 7 2005, 6:14 am
From: kEiTh <keith...@gmail.com>
Date: Sat, 7 May 2005 18:14:26 +0800
Local: Sat, May 7 2005 6:14 am
Subject: Re: Google Web Accelerator Beta

为了维护安定团结,哈哈

On 5/7/05, hakujoy <haku...@gmail.com> wrote:

--
kEiTh
blog: http://faded_tears.blogcn.com
msn: kEiTh...@gmail.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kEiTh  
View profile   Translate to Translated (View Original)
 More options May 7 2005, 6:14 am
From: kEiTh <keith...@gmail.com>
Date: Sat, 7 May 2005 18:14:54 +0800
Local: Sat, May 7 2005 6:14 am
Subject: Re: Google Web Accelerator Beta

不知道这个超级代理器多久会被废,nnd

On 5/7/05, kEiTh <keith...@gmail.com> wrote:

--
kEiTh
blog: http://faded_tears.blogcn.com
msn: kEiTh...@gmail.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Colin  
View profile   Translate to Translated (View Original)
 More options May 7 2005, 6:58 am
From: Colin <2co...@gmail.com>
Date: Sat, 7 May 2005 18:58:26 +0800
Local: Sat, May 7 2005 6:58 am
Subject: Re: Google Web Accelerator Beta

如果技术上可以被废的话那是早晚的事了……

05-5-7,kEiTh <keith...@gmail.com> 写道:

--
On and on
The rain will say
How fragile we are...
----------------------------------------
http://colin.flashempire.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mikewarm@gmail.com  
View profile   Translate to Translated (View Original)
 More options May 8 2005, 3:02 am
From: "mikew...@gmail.com" <mikew...@gmail.com>
Date: Sun, 08 May 2005 07:02:52 -0000
Local: Sun, May 8 2005 3:02 am
Subject: Re: Google Web Accelerator Beta
今天上去webaccelerator.google.com发现已经没有下载了,下载的人太多了,我在学校,也是上一个机子,下一个。
真希望在我掌握更尖端的技术之前来让我浏览整个网络前,这个永远不要废掉。

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google