E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
sendfile
C#网络编程(接收文件) - Part.5
4.客户端接收文件 4.1服务端的实现 对于服务端,我们只需要实现上一章遗留的
sendFile
()方法就可以了,它起初在handleProtocol中是注释掉的
·
2015-10-21 10:24
网络编程
Nginx负载均衡器让后端RS记录真实IP
catnginx.confworker_processes1;events{worker_connections1024;}http{includemime.types;default_typeapplication/octet-stream;
sendfile
on
lvnian2009
·
2015-10-14 01:25
Apache
Nginx
作为RS记录真
linux
实战
Nginx负载均衡器让后端RS记录真实IP
events{ worker_connections 1024;}http{ include mime.types; default_type application/octet-stream;
sendfile
gaoguodeng
·
2015-10-14 01:25
apache
nginx
作为RS记录真实客户端IP
nginx反向代理之缓存,负载均衡,动静分离的配置详解
nginx.conf的配置介绍: http { include mime.types; default_type application/octet-stream;
sendfile
chicken_GG
·
2015-10-09 00:20
负载均衡
缓存
nginx配置
动静分离
nginx反向代理之缓存,负载均衡,动静分离的配置详解
nginx.conf的配置介绍: http { include mime.types; default_type application/octet-stream;
sendfile
chicken_GG
·
2015-10-09 00:20
负载均衡
缓存
nginx配置
动静分离
nginx负载均衡后端RS中获取真实ip
events{ worker_connections 1024;}http{ include mime.types; default_type application/octet-stream;
sendfile
gaoguodeng
·
2015-09-23 09:40
记录真实IP
添加nginx模块
nginx负载均衡后端RS中获取真实ip
worker_processes1;events{worker_connections1024;}http{includemime.types;default_typeapplication/octet-stream;
sendfile
on
lvnian2009
·
2015-09-23 09:40
记录真实IP
添加nginx模块
linux
实战
nginx 配置 (参照)
worker_connections768; #multi_accepton;}http{ ## #BasicSettings ## client_max_body_size20m;
sendfile
on
v512345
·
2015-09-17 09:55
nginx
配置
(参照)
nginx 配置 (参照)
worker_connections768; #multi_accepton;}http{ ## #BasicSettings ## client_max_body_size20m;
sendfile
on
v512345
·
2015-09-17 09:55
nginx
配置
(参照)
Linux kernel 的
sendfile
是如何提高性能的
原文连接:http://www.vpsee.com/2009/07/linux-
sendfile
-improve-performance/现在流行的web服务器里面都提供
sendfile
选项用来提高服务器性能
飞残月
·
2015-09-09 17:29
sendfile
Linux kernel 的
sendfile
是如何提高性能的
原文连接:http://www.vpsee.com/2009/07/linux-
sendfile
-improve-performance/现在流行的web服务器里面都提供
sendfile
选项用来提高服务器性能
飞残月
·
2015-09-09 17:29
sendfile
适合新手的网络编程,用socket传文件(本例传的是jpg图片) 用到
sendfile
函数
服务器端代码:用来接受客户端发来的文件#include#include#include#include#include#include#include#includeintmain(intargc,char*argv[]){assert(argc>2);FILE*filefd=fopen("a.jpg","ab");structsockaddr_inaddress;address.sin_fami
z1002137615
·
2015-09-09 09:00
Nginx配置单主机多域名
http{ includemime.types; default_typeapplication/octet-stream;
sendfile
on; keepalive_timeout65;
sunxing007
·
2015-09-08 15:00
[置顶] 高性能Tomcat:漫谈行走在
sendfile
之上的Tomcat
://jvmplus.duapp.com/blog/view/B143878703引子:这篇文章主要浅析一下Tomcat底层对IO处理的可选择性以及深入一些对操作系统相关调用的介绍,主要包括send和
sendfile
Kingson_Wu
·
2015-09-03 22:00
Nginx配置及配置加载
worker_processes1;events{worker_connections1024;}http{includemime.types;default_typeapplication/octet-stream;
sendfile
on
残剑孤影
·
2015-08-26 19:17
Nginx
virtualbox虚拟机中apache bug
虚拟机apache中,httpd.conf中加入如下内容,即可解决: Enable
SendFile
Off
逝者的梦
·
2015-08-07 18:00
apache
linux
技术
高性能Tomcat:漫谈行走在
sendfile
之上的Tomcat
Tomcat常用的三种IO模式提起高性能JAVAIO大家一定会想到NIO,AIO等等,然而我们的Tomcat是java写的一个优秀的开源的web服务,它与NIO有什么关系呢?我们的tomcat应用是不是早就跑在nio之上了呢?答案是Tomcat是支持NIO的,到Tomcat7为止,默认的Tomcat包里面的配置并没有开启NIO连接器。下面我先简单介绍一下Tomcat的三种IO策略:BIO,NIO,
importnewzz
·
2015-08-07 10:00
基础技术
sendfile
Tomcat
高性能Tomcat:漫谈行走在
sendfile
之上的Tomcat
Tomcat常用的三种IO模式提起高性能JAVAIO大家一定会想到NIO,AIO等等,然而我们的Tomcat是java写的一个优秀的开源的web服务,它与NIO有什么关系呢?我们的tomcat应用是不是早就跑在nio之上了呢?答案是Tomcat是支持NIO的,到Tomcat7为止,默认的Tomcat包里面的配置并没有开启NIO连接器。下面我先简单介绍一下Tomcat的三种IO策略:BIO,NIO,
importnewzz
·
2015-08-07 02:00
tomcat
sendfile
基础技术
转载一篇同行记录的使用tomcat的troubleshooting
tomcatnio模式下
sendfile
引起的NPE发表回复这个bug困扰我们很长一段时间,最初是在生产环境发现的,为了确保项目发布,紧急情况下让应用切换成了BIO。
miscellanea
·
2015-07-31 11:00
sendfile
在apache,nginx,lighttpd等web服务器当中,都有一项
sendfile
相关的配置,在一些网上的资料都有谈到
sendfile
会提升文件传输性能,那
sendfile
到底是什么呢?
5290
·
2015-07-29 15:48
File
write
上下文切换
缓冲区
sendfile
sendfile
在apache,nginx,lighttpd等web服务器当中,都有一项
sendfile
相关的配置,在一些网上的资料都有谈到
sendfile
会提升文件传输性能,那
sendfile
到底是什么呢?
5290
·
2015-07-29 15:48
file
缓冲区
write
Linux相关
sendfile
在apache,nginx,lighttpd等web服务器当中,都有一项
sendfile
相关的配置,在一些网上的资料都有谈到
sendfile
会提升文件传输性能,那
sendfile
到底是什么呢?
5290
·
2015-07-29 15:48
File
write
上下文切换
缓冲区
sendfile
利用APR本地库提高Tomcat性能
APR有很多用途,包括访问高级IO功能(例如
sendfile
,epoll和OpenSSL),OS级别功能(随机数生成,系统状态等等),本地进程管理(共享内存,NT管道和UNIXsockets)。这些功
duzhanxiaosa
·
2015-07-24 17:00
tomcat
sendfile
优化文件拷贝
原文地址:http://www.vpsee.com/2009/07/linux-
sendfile
-improve-performance/现在流行的web服务器里面都提供
sendfile
选项用来提高服务器性能
youshine
·
2015-07-08 16:35
nginx
sendfile
sendfile
优化文件拷贝
原文地址:http://www.vpsee.com/2009/07/linux-
sendfile
-improve-performance/现在流行的web服务器里面都提供
sendfile
选项用来提高服务器性能
youshine
·
2015-07-08 16:35
nginx
sendfile
nginx配置多域名单ip访问不同目录不同应用
这里只是修改其中http部分: http { include mime.types; default_type application/octet-stream;
sendfile
古世界
·
2015-07-07 10:00
nginx
多域名
多站点
单ip
nginx配置多域名单ip访问不同目录不同应用
这里只是修改其中http部分: http { include mime.types; default_type application/octet-stream;
sendfile
古世界
·
2015-07-07 10:00
nginx
多域名
多站点
单ip
记vagrant nginx
sendfile
问题
最后追踪到是nginx开启了
sendfile
这一项。。具体
sendfile
原理可以查下,,网上写的都很详细,这里就不复述了。一开始一直认为是nginx某个地方配置有问题。。
kill寿州狼
·
2015-07-06 13:00
初探
sendfile
很早就知道
sendfile
这个专门用来传输大文件的函数,也称为零拷贝,但一直没测试过,今天用了宿舍的网和小组内的网测试了下,发现结果和我预想的不一样。
zhouzxi
·
2015-07-05 23:00
File
Data
拷贝
COPIES
nginx的配置缓存
1024; } http { include mime.types; default_type application/octet-stream;
sendfile
lijie_insist
·
2015-06-25 22:00
nginx
缓存服务器设计与实现(番外篇)
比如
sendfile
,splice和多核等方面的支持,由于
aweth0me
·
2015-06-14 22:06
高性能server
缓存服务器设计与实现(番外篇)
比如
sendfile
,splice和多核等方面的支持,由于
dingyujie
·
2015-06-14 22:00
cache
CDN
Nginx 配置详解
例如在Linux系统上,Nginx使用了epoll,
sendfile
,FileAIO,DIRECTIO等机制,使得Nginx不仅性能高效,而且资源占用率非常低,官方宣称nginx维持10000个非活动的
·
2015-06-06 00:00
nginx
nginx基础及其相关配置
一个master主进程,生成一个或多个worker子进程事件驱动epoll(边缘触发),用于Linuxkqueue:用于BSD/dev/poll:IO复用器:select、poll、rtsignal支持
sendfile
plx1985
·
2015-05-23 21:49
nginx
Web
配置
nginx做静态文件下载服务器
sendfile
on; tcp_nopush on; #keepalive_timeout 0; keepalive_timeout
wgxwyyanm
·
2015-04-22 10:00
nginx
OpenWrt网页支持升级本地package
InstallpackagesviawebinterfaceTriggerto
sendfile
infileofpackages.htm(View),whichrepresenttheapperanceatClient
teddy99999
·
2015-04-09 08:00
Web
升级
package
openwrt
Linux "零拷贝"
sendfile
函数
Sendfile
函数说明#includessize_t
sendfile
(intout_fd,intin_fd,off_t*offset,size_tcount);
sendfile
()是作用于数据拷贝在两个文件描述符之间的操作函数
chunlovenan
·
2015-04-02 17:14
NUTTX
4.3 TCP Splice
于splice类似的零拷贝发送函数还有
sendfile
,不同的是
sendfile
不能发送socket中的数据。
u011130578
·
2015-03-24 22:00
tcp
linux内核
linux中使用mysql查询
base_dir=/root/abc/scripts/abcMonitor
sendFile
=$base_dir/sql.output.txtsubject="Monitor-abcMonitor"`date
幻想vs理想
·
2015-03-03 16:00
分析下Neworkcomms中的文件传输
我们看一下如何发送文件,相关代码如下: 发送文件:publicvoidStart
SendFile
(
名山大川网络工作室
·
2015-03-03 14:00
分析下Neworkcomms中的文件传输
我们看一下如何发送文件,相关代码如下: 发送文件:publicvoidStart
SendFile
(
名山大川网络工作室
·
2015-03-03 14:00
判断用户权限后,如何高效的提供文件下载
对于此问题,我曾一度纠结,后来才发现web服务器有一个X-
Sendfile
的特性,可以很完
tsxw24
·
2015-02-27 16:00
nginx高效原理及源码编译安装(nginx-1.6.2)
目录:1、nginx为何如此高效 1.1、进程模型(master-worker) 1.2、事件处理模型(异步非阻塞的事件处理机制) 1.3、支持
sendfile
,提升文件传输性能 1.4、支持AIO 1.5
sky_551
·
2015-02-05 15:52
nginx
高并发
高效原理
nginx高效原理及源码编译安装(nginx-1.6.2)
目录:1、nginx为何如此高效 1.1、进程模型(master-worker) 1.2、事件处理模型(异步非阻塞的事件处理机制) 1.3、支持
sendfile
,提升文件传输性能 1.4、支持AIO 1.5
sky_551
·
2015-02-05 15:52
nginx
高并发
高效原理
nginx高效原理及源码编译安装(nginx-1.6.2)
目录:1、nginx为何如此高效1.1、进程模型(master-worker)1.2、事件处理模型(异步非阻塞的事件处理机制)1.3、支持
sendfile
,提升文件传输性能1.4、支持AIO1.5、支持
sky_551
·
2015-02-05 15:52
nginx
高并发
高效原理
[服务及应用]
Nginx与X-
Sendfile
X-accel模块允许由后台通过返回的头来决定投递静态文件。为什么要这么做呢?试想一下我们经常碰到的这种情况,在有的论坛中,下载资源需要登录认证、权限核查、积分扣除或者是积分增加等等,对于Nginx来说这些细粒度的控制其本身无法完成,因此需要应用程序来完成,当应用程序完成这些操作后,根据实际情况会做出选择,如果条件满足那么开始下载所要获取的静态资源(文件),注意,这是由动态的程序提供下载,对于动态
·
2015-01-28 09:00
nginx
几个系统调用分析 glibc中的malloc调用和共享内存原理
相关的系统调用和库函数的实现原理,根据原理给出在使用过程中需要注意的问题和优化的侧重点,本文涉及到的系统调用包括readahead,pread/pwrite,read/write,mmap,readv/writev,
sendfile
·
2015-01-21 21:00
malloc
工作中解决问题总结
从抓包看,看到终端主动挂断了,给服务器发了RST,从流媒体日志看,打印了一条“clientcloseprematurely,104”错误信息诊断和解决:dfs文件系统
sendfile
接口的问题,提交给
sendfile
weiyuefei
·
2015-01-13 21:00
tengine lua 开源一 调用内部接口高效发送文件
tengine lua开源一调用内部接口高效发送文件开源自己封装的
sendfile
模块,可以高效的通过lua发送文件源码地址:https://github.com/weinyzhou/Lua-
sendfile
weinyZhou
·
2015-01-08 15:00
what is
sendfile
在apache,nginx,lighttpd等web服务器当中,都有一项
sendfile
相关的配置,在一些网上的资料都有谈到
sendfile
会提升文件传输性能,那
sendfile
到底是什么呢?
BurgessWen
·
2014-12-28 11:31
上下文切换
sendfile
nginx文件操作优化
内核代为完成系统调用
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他