缓存 - PHP上传文件到云存储服务中,到底是占用了谁的带宽?

WBOY
Release: 2016-06-06 20:24:26
Original
1691 people have browsed it

我有一个疑惑,一台WEB服务器,一台数据库服务器,一台图片服务器,如果用户通过PHP程序上传附件,那么该附件是否会占用web服务器的资源(带宽以及CPU,内存)?

如果会占用web服务器资源,那么应该如何上传用户图片(附件)?
如果不占用,有没有什么理论依据?

回复内容:

我有一个疑惑,一台WEB服务器,一台数据库服务器,一台图片服务器,如果用户通过PHP程序上传附件,那么该附件是否会占用web服务器的资源(带宽以及CPU,内存)?

如果会占用web服务器资源,那么应该如何上传用户图片(附件)?
如果不占用,有没有什么理论依据?

当然是服务器的,因为是php上传的。你应该采用js直接上传到云服务器,或者通过表单直接上传到云服务器,这个要看你的云服务器支持哪种。

用户消耗带宽传给服务端,服务端再拿到这个数据传给云,这个同时也会消耗资源的。
如果只是消耗客户端的资源 ,那服务端哪还有配置不够这一说呢。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template