CostaR 发表于 2006-9-18 15:47:15

请教关于ubuntu的https网络连接速度问题.

有个网站https://www.hotelfactory.com,这个网站是很慢,但在 windows下用ie总是可以访问,虽然速度很慢。
而在ubuntu下用各种浏览器(包括用wine模拟的ie6.0sp1,firefox,opera,konqueror)都是有时能访问有时不能访问,严重影响工作。
我的ubuntu是6.06版,内核是2.6.15-26-686。
原来是开启ipv6,后来禁用,依然如此。
我也采用了网上的firefox提速设置:
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("content.notify.backoffcount", 5);
user_pref("plugin.expose_full_path", true);
user_pref("ui.submenuDelay", 0);
user_pref("network.http.pipelining.firstrequest", true);
user_pref("network.dns.disableIPv6" true);
user_pref("config.trim_on_minimize",true);
user_pref("browser.sessionhistory.max_total_viewers",5);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-pro xy", 8);
user_pref("network.http.max-persistent-connections-per-ser ver", 4);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("browser.cache.memory.capacity", 65536);
user_pref("network.http.requests.max-start-delay",0)

初步怀疑无浏览器无关,是ubuntu的网络模块部分的设置及其https的设置问题。
请大侠们指点,究竟是什么问题。
页: [1]
查看完整版本: 请教关于ubuntu的https网络连接速度问题.