apache下传速度太慢,php能优化吗
apache上传速度太慢,php能优化吗?
我是使用的校园网,同用校园网的人用QQ传送文件可以达到10M/s的速度,但是我用apache做了一个文件的下载网页,局域网的人下载总共都只能达到2M/s的速度,当然是使用的最简单的超链接的方式。我在想这个差距到底是怎么造成的,php有办法优化到接近10M/s的速度吗?
我可是每次发都100分哟
------解决方案--------------------
标题是上传速度太慢,内容是下载速度太慢.
腾讯公司有自己的传输协议,可能还使用到了一些点对点的缓存技术。这个应该和我们的平时普通下载有区别。你在局域网对拷一下就知道正常峰值应该去到哪个位置。不要用校园网的某个传输数值来做比较。
------解决方案--------------------
QQ客户端具默认使用多道传输功能,而浏览器只在服务端发送允许多道传输时才会使用多道传输
所以你的程序如果不发送206头的话,是不可能形成多道传输的(当然你的程序还需要编写适应多道传输的代码)
关于这个,在精华区有不少帖子可供你参考

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

In this chapter, we are going to learn the following topics related to routing ?

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

Validator can be created by adding the following two lines in the controller.
